Color Hex Logo

#6390de Color Hex

#6390DE
(99,144,222)
0 Favorites   0 Comments

Color spaces of #6390de

RGB 99144222
HSL0.610.650.63
HSV218°55°87°
CMYK 0.550.350.00   0.13
XYZ28.303727.873172.9955
Yxy27.87310.21910.2158
Hunter Lab52.79503.3037-45.0192
CIE-Lab59.77397.2795-44.3972

#6390de color RGB value is (99,144,222).

#6390de hex color red value is 99, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6390de hue: 0.61 , saturation: 0.65 and the lightness value of 6390de is 0.63.

The process color (four color CMYK) of #6390de color hex is 0.55, 0.35, 0.00, 0.13. Web safe color of #6390de is #6699cc. Color #6390de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 11011110
Octal 143 220 336
Decimal 99 144 222
Hex 63 90 DE

RGB Percentages of Color #6390de

%21.29
%30.97
%47.74

CMYK Percentages of Color #6390de

%55
%35
%0
%13

Triadic Colors of #6390de

#6390de #de6390 #90de63

Analogous Colors of #6390de

#6390de #7463de #63cede

Monochromatic Colors of #6390de

#6390de

Complementary Color

#6390de #deb163

#6390de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6390de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6390de Color CSS Codes

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

#6390de Text Font Color

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

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


#6390de Background Color

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

This div background color is #6390de


#6390de Border Color

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

This div border color is #6390de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6390de


Comments

No comments written yet.

Please login to write comment.