Color Hex Logo

#6290ce Color Hex

#6290CE
(98,144,206)
0 Favorites   0 Comments

Color spaces of #6290ce

RGB 98144206
HSL0.600.520.60
HSV214°52°81°
CMYK 0.520.300.00   0.19
XYZ26.150826.999462.2256
Yxy26.99940.22670.2340
Hunter Lab51.9609-1.0965-34.6298
CIE-Lab58.97382.0384-36.7062

#6290ce color RGB value is (98,144,206).

#6290ce hex color red value is 98, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6290ce hue: 0.60 , saturation: 0.52 and the lightness value of 6290ce is 0.60.

The process color (four color CMYK) of #6290ce color hex is 0.52, 0.30, 0.00, 0.19. Web safe color of #6290ce is #6699cc. Color #6290ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010000 11001110
Octal 142 220 316
Decimal 98 144 206
Hex 62 90 CE

RGB Percentages of Color #6290ce

%21.88
%32.14
%45.98

CMYK Percentages of Color #6290ce

%52
%30
%0
%19

Triadic Colors of #6290ce

#6290ce #ce6290 #90ce62

Analogous Colors of #6290ce

#6290ce #6a62ce #62c6ce

Monochromatic Colors of #6290ce

#6290ce

Complementary Color

#6290ce #cea062

#6290ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6290ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6290ce Color CSS Codes

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

#6290ce Text Font Color

<p style="color:#6290ce">Text here</p>

This sample text font color is #6290ce
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.


#6290ce Background Color

<div style="background-color:#6290ce">
Div content here</div>

This div background color is #6290ce


#6290ce Border Color

<div style="border:3px solid #6290ce">
Div here</div>

This div border color is #6290ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,144,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6290ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6290ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6290ce;
  box-shadow:         1px 1px 3px 2px #6290ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6290ce


Comments

No comments written yet.

Please login to write comment.