Color Hex Logo

#6394cc Color Hex

#6394CC
(99,148,204)
0 Favorites   0 Comments

Color spaces of #6394cc

RGB 99148204
HSL0.590.510.59
HSV212°51°80°
CMYK 0.510.270.00   0.20
XYZ26.634628.192161.1646
Yxy28.19210.22960.2431
Hunter Lab53.0962-3.3777-31.1322
CIE-Lab60.0619-0.6585-33.8814

#6394cc color RGB value is (99,148,204).

#6394cc hex color red value is 99, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6394cc hue: 0.59 , saturation: 0.51 and the lightness value of 6394cc is 0.59.

The process color (four color CMYK) of #6394cc color hex is 0.51, 0.27, 0.00, 0.20. Web safe color of #6394cc is #6699cc. Color #6394cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010100 11001100
Octal 143 224 314
Decimal 99 148 204
Hex 63 94 CC

RGB Percentages of Color #6394cc

%21.95
%32.82
%45.23

CMYK Percentages of Color #6394cc

%51
%27
%0
%20

Triadic Colors of #6394cc

#6394cc #cc6394 #94cc63

Analogous Colors of #6394cc

#6394cc #6763cc #63c9cc

Monochromatic Colors of #6394cc

#6394cc

Complementary Color

#6394cc #cc9b63

#6394cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6394cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6394cc Color CSS Codes

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

#6394cc Text Font Color

<p style="color:#6394cc">Text here</p>

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


#6394cc Background Color

<div style="background-color:#6394cc">
Div content here</div>

This div background color is #6394cc


#6394cc Border Color

<div style="border:3px solid #6394cc">
Div here</div>

This div border color is #6394cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,148,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6394cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6394cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6394cc;
  box-shadow:         1px 1px 3px 2px #6394cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6394cc


Comments

No comments written yet.

Please login to write comment.