Color Hex Logo

#606dbc Color Hex

#606DBC
(96,109,188)
0 Favorites   0 Comments

Color spaces of #606dbc

RGB 96109188
HSL0.640.410.56
HSV232°49°74°
CMYK 0.490.420.00   0.26
XYZ19.369617.054949.8480
Yxy17.05490.22450.1977
Hunter Lab41.297611.4502-42.6573
CIE-Lab48.329116.9563-43.2314

#606dbc color RGB value is (96,109,188).

#606dbc hex color red value is 96, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #606dbc hue: 0.64 , saturation: 0.41 and the lightness value of 606dbc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101101 10111100
Octal 140 155 274
Decimal 96 109 188
Hex 60 6D BC

RGB Percentages of Color #606dbc

%24.43
%27.74
%47.84

CMYK Percentages of Color #606dbc

%49
%42
%0
%26

Triadic Colors of #606dbc

#606dbc #bc606d #6dbc60

Analogous Colors of #606dbc

#606dbc #8160bc #609bbc

Monochromatic Colors of #606dbc

#606dbc

Complementary Color

#606dbc #bcaf60

#606dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#606dbc Color CSS Codes

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

#606dbc Text Font Color

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

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


#606dbc Background Color

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

This div background color is #606dbc


#606dbc Border Color

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

This div border color is #606dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606dbc


Comments

No comments written yet.

Please login to write comment.