Color Hex Logo

#606ccf Color Hex

#606CCF
(96,108,207)
0 Favorites   0 Comments

Color spaces of #606ccf

RGB 96108207
HSL0.650.540.59
HSV234°54°81°
CMYK 0.540.480.00   0.19
XYZ21.448917.716961.3207
Yxy17.71690.21350.1763
Hunter Lab42.091417.2997-56.9123
CIE-Lab49.150923.5870-52.8337

#606ccf color RGB value is (96,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 11001111
Octal 140 154 317
Decimal 96 108 207
Hex 60 6C CF

RGB Percentages of Color #606ccf

%23.36
%26.28
%50.36

CMYK Percentages of Color #606ccf

%54
%48
%0
%19

Triadic Colors of #606ccf

#606ccf #cf606c #6ccf60

Analogous Colors of #606ccf

#606ccf #8c60cf #60a4cf

Monochromatic Colors of #606ccf

#606ccf

Complementary Color

#606ccf #cfc360

#606ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#606ccf Color CSS Codes

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

#606ccf Text Font Color

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

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


#606ccf Background Color

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

This div background color is #606ccf


#606ccf Border Color

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

This div border color is #606ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606ccf


Comments

No comments written yet.

Please login to write comment.