Color Hex Logo

#606cb9 Color Hex

#606CB9
(96,108,185)
0 Favorites   0 Comments

Color spaces of #606cb9

RGB 96108185
HSL0.640.390.55
HSV232°48°73°
CMYK 0.480.420.00   0.27
XYZ18.943416.714748.1268
Yxy16.71470.22610.1995
Hunter Lab40.883611.1615-41.1756
CIE-Lab47.898516.6383-42.1789

#606cb9 color RGB value is (96,108,185).

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

The process color (four color CMYK) of #606cb9 color hex is 0.48, 0.42, 0.00, 0.27. Web safe color of #606cb9 is #6666cc. Color #606cb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 10111001
Octal 140 154 271
Decimal 96 108 185
Hex 60 6C B9

RGB Percentages of Color #606cb9

%24.68
%27.76
%47.56

CMYK Percentages of Color #606cb9

%48
%42
%0
%27

Triadic Colors of #606cb9

#606cb9 #b9606c #6cb960

Analogous Colors of #606cb9

#606cb9 #8160b9 #6099b9

Monochromatic Colors of #606cb9

#606cb9

Complementary Color

#606cb9 #b9ad60

#606cb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cb9 Color CSS Codes

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

#606cb9 Text Font Color

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

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


#606cb9 Background Color

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

This div background color is #606cb9


#606cb9 Border Color

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

This div border color is #606cb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cb9


Comments

No comments written yet.

Please login to write comment.