Color Hex Logo

#6397cc Color Hex

#6397CC
(99,151,204)
0 Favorites   0 Comments

Color spaces of #6397cc

RGB 99151204
HSL0.580.510.59
HSV210°51°80°
CMYK 0.510.260.00   0.20
XYZ27.111329.145561.3235
Yxy29.14550.23060.2479
Hunter Lab53.9866-4.8363-29.5571
CIE-Lab60.9098-2.3729-32.5622

#6397cc color RGB value is (99,151,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010111 11001100
Octal 143 227 314
Decimal 99 151 204
Hex 63 97 CC

RGB Percentages of Color #6397cc

%21.81
%33.26
%44.93

CMYK Percentages of Color #6397cc

%51
%26
%0
%20

Triadic Colors of #6397cc

#6397cc #cc6397 #97cc63

Analogous Colors of #6397cc

#6397cc #6463cc #63cccc

Monochromatic Colors of #6397cc

#6397cc

Complementary Color

#6397cc #cc9863

#6397cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6397cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6397cc Color CSS Codes

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

#6397cc Text Font Color

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

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


#6397cc Background Color

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

This div background color is #6397cc


#6397cc Border Color

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

This div border color is #6397cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6397cc


Comments

No comments written yet.

Please login to write comment.