Color Hex Logo

#606acb Color Hex

#606ACB
(96,106,203)
0 Favorites   0 Comments

Color spaces of #606acb

RGB 96106203
HSL0.650.510.59
HSV234°53°80°
CMYK 0.530.480.00   0.20
XYZ20.757417.106758.7078
Yxy17.10670.21490.1771
Hunter Lab41.360217.2031-55.2056
CIE-Lab48.394223.5416-51.7583

#606acb color RGB value is (96,106,203).

#606acb hex color red value is 96, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #606acb hue: 0.65 , saturation: 0.51 and the lightness value of 606acb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101010 11001011
Octal 140 152 313
Decimal 96 106 203
Hex 60 6A CB

RGB Percentages of Color #606acb

%23.70
%26.17
%50.12

CMYK Percentages of Color #606acb

%53
%48
%0
%20

Triadic Colors of #606acb

#606acb #cb606a #6acb60

Analogous Colors of #606acb

#606acb #8c60cb #60a0cb

Monochromatic Colors of #606acb

#606acb

Complementary Color

#606acb #cbc160

#606acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#606acb Color CSS Codes

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

#606acb Text Font Color

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

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


#606acb Background Color

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

This div background color is #606acb


#606acb Border Color

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

This div border color is #606acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606acb


Comments

No comments written yet.

Please login to write comment.