Color Hex Logo

#606fcc Color Hex

#606FCC
(96,111,204)
0 Favorites   0 Comments

Color spaces of #606fcc

RGB 96111204
HSL0.640.510.59
HSV232°53°80°
CMYK 0.530.460.00   0.20
XYZ21.407418.215359.5144
Yxy18.21530.21590.1837
Hunter Lab42.679414.8442-52.8016
CIE-Lab49.756220.7816-50.1522

#606fcc color RGB value is (96,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101111 11001100
Octal 140 157 314
Decimal 96 111 204
Hex 60 6F CC

RGB Percentages of Color #606fcc

%23.36
%27.01
%49.64

CMYK Percentages of Color #606fcc

%53
%46
%0
%20

Triadic Colors of #606fcc

#606fcc #cc606f #6fcc60

Analogous Colors of #606fcc

#606fcc #8760cc #60a5cc

Monochromatic Colors of #606fcc

#606fcc

Complementary Color

#606fcc #ccbd60

#606fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#606fcc Color CSS Codes

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

#606fcc Text Font Color

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

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


#606fcc Background Color

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

This div background color is #606fcc


#606fcc Border Color

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

This div border color is #606fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,111,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 #606fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606fcc


Comments

No comments written yet.

Please login to write comment.