Color Hex Logo

#6390ce Color Hex

#6390CE
(99,144,206)
0 Favorites   0 Comments

Color spaces of #6390ce

RGB 99144206
HSL0.600.520.60
HSV215°52°81°
CMYK 0.520.300.00   0.19
XYZ26.259427.055462.2307
Yxy27.05540.22730.2342
Hunter Lab52.0148-0.9111-34.5244
CIE-Lab59.02562.2647-36.6214

#6390ce color RGB value is (99,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 11001110
Octal 143 220 316
Decimal 99 144 206
Hex 63 90 CE

RGB Percentages of Color #6390ce

%22.05
%32.07
%45.88

CMYK Percentages of Color #6390ce

%52
%30
%0
%19

Triadic Colors of #6390ce

#6390ce #ce6390 #90ce63

Analogous Colors of #6390ce

#6390ce #6c63ce #63c6ce

Monochromatic Colors of #6390ce

#6390ce

Complementary Color

#6390ce #cea163

#6390ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6390ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6390ce Color CSS Codes

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

#6390ce Text Font Color

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

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


#6390ce Background Color

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

This div background color is #6390ce


#6390ce Border Color

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

This div border color is #6390ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,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 #6390ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6390ce


Comments

No comments written yet.

Please login to write comment.