Color Hex Logo

#6297fe Color Hex

#6297FE
(98,151,254)
0 Favorites   0 Comments

Color spaces of #6297fe

RGB 98151254
HSL0.610.990.69
HSV220°61°100°
CMYK 0.610.410.00   0.00
XYZ33.993031.885698.1289
Yxy31.88560.20730.1944
Hunter Lab56.46738.6381-63.5070
CIE-Lab63.248213.3246-56.5511

#6297fe color RGB value is (98,151,254).

#6297fe hex color red value is 98, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6297fe hue: 0.61 , saturation: 0.99 and the lightness value of 6297fe is 0.69.

The process color (four color CMYK) of #6297fe color hex is 0.61, 0.41, 0.00, 0.00. Web safe color of #6297fe is #6699ff. Color #6297fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010111 11111110
Octal 142 227 376
Decimal 98 151 254
Hex 62 97 FE

RGB Percentages of Color #6297fe

%19.48
%30.02
%50.50

CMYK Percentages of Color #6297fe

%61
%41
%0
%0

Triadic Colors of #6297fe

#6297fe #fe6297 #97fe62

Analogous Colors of #6297fe

#6297fe #7b62fe #62e5fe

Monochromatic Colors of #6297fe

#6297fe

Complementary Color

#6297fe #fec962

#6297fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6297fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6297fe Color CSS Codes

.mybgcolor {background-color:#6297fe; } 
.myforecolor {color:#6297fe; }
.mybordercolor {border:3px solid #6297fe; }

#6297fe Text Font Color

<p style="color:#6297fe">Text here</p>

This sample text font color is #6297fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6297fe Background Color

<div style="background-color:#6297fe">
Div content here</div>

This div background color is #6297fe


#6297fe Border Color

<div style="border:3px solid #6297fe">
Div here</div>

This div border color is #6297fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,151,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6297fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6297fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6297fe;
  box-shadow:         1px 1px 3px 2px #6297fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,151,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6297fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6297fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6297fe;
  box-shadow:         1px 1px 3px 2px #6297fe;">
Div content here</div>

This div box has shadow with color #6297fe


Comments

No comments written yet.

Please login to write comment.