Color Hex Logo

#606cab Color Hex

#606CAB
(96,108,171)
0 Favorites   0 Comments

Color spaces of #606cab

RGB 96108171
HSL0.640.310.52
HSV230°44°67°
CMYK 0.440.370.00   0.33
XYZ17.537116.152240.7215
Yxy16.15220.23570.2171
Hunter Lab40.18987.5576-31.9415
CIE-Lab47.173512.3493-35.1759

#606cab color RGB value is (96,108,171).

#606cab hex color red value is 96, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #606cab hue: 0.64 , saturation: 0.31 and the lightness value of 606cab is 0.52.

The process color (four color CMYK) of #606cab color hex is 0.44, 0.37, 0.00, 0.33. Web safe color of #606cab is #666699. Color #606cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 10101011
Octal 140 154 253
Decimal 96 108 171
Hex 60 6C AB

RGB Percentages of Color #606cab

%25.60
%28.80
%45.60

CMYK Percentages of Color #606cab

%44
%37
%0
%33

Triadic Colors of #606cab

#606cab #ab606c #6cab60

Analogous Colors of #606cab

#606cab #7a60ab #6092ab

Monochromatic Colors of #606cab

#606cab

Complementary Color

#606cab #ab9f60

#606cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cab Color CSS Codes

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

#606cab Text Font Color

<p style="color:#606cab">Text here</p>

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


#606cab Background Color

<div style="background-color:#606cab">
Div content here</div>

This div background color is #606cab


#606cab Border Color

<div style="border:3px solid #606cab">
Div here</div>

This div border color is #606cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,108,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606cab;
  -webkit-box-shadow: 1px 1px 3px 2px #606cab;
  box-shadow:         1px 1px 3px 2px #606cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,108,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cab


Comments

No comments written yet.

Please login to write comment.