Color Hex Logo

#606cbf Color Hex

#606CBF
(96,108,191)
0 Favorites   0 Comments

Color spaces of #606cbf

RGB 96108191
HSL0.650.430.56
HSV232°50°75°
CMYK 0.500.430.00   0.25
XYZ19.590416.973551.5339
Yxy16.97350.22240.1927
Hunter Lab41.198912.7800-45.3240
CIE-Lab48.226618.5120-45.1267

#606cbf color RGB value is (96,108,191).

#606cbf hex color red value is 96, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #606cbf hue: 0.65 , saturation: 0.43 and the lightness value of 606cbf is 0.56.

The process color (four color CMYK) of #606cbf color hex is 0.50, 0.43, 0.00, 0.25. Web safe color of #606cbf is #6666cc. Color #606cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 10111111
Octal 140 154 277
Decimal 96 108 191
Hex 60 6C BF

RGB Percentages of Color #606cbf

%24.30
%27.34
%48.35

CMYK Percentages of Color #606cbf

%50
%43
%0
%25

Triadic Colors of #606cbf

#606cbf #bf606c #6cbf60

Analogous Colors of #606cbf

#606cbf #8460bf #609cbf

Monochromatic Colors of #606cbf

#606cbf

Complementary Color

#606cbf #bfb360

#606cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cbf Color CSS Codes

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

#606cbf Text Font Color

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

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


#606cbf Background Color

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

This div background color is #606cbf


#606cbf Border Color

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

This div border color is #606cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cbf


Comments

No comments written yet.

Please login to write comment.