Color Hex Logo

#606dce Color Hex

#606DCE
(96,109,206)
0 Favorites   0 Comments

Color spaces of #606dce

RGB 96109206
HSL0.650.530.59
HSV233°53°81°
CMYK 0.530.470.00   0.19
XYZ21.433117.880360.7141
Yxy17.88030.21430.1788
Hunter Lab42.285116.4776-55.5306
CIE-Lab49.350622.6516-51.9430

#606dce color RGB value is (96,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101101 11001110
Octal 140 155 316
Decimal 96 109 206
Hex 60 6D CE

RGB Percentages of Color #606dce

%23.36
%26.52
%50.12

CMYK Percentages of Color #606dce

%53
%47
%0
%19

Triadic Colors of #606dce

#606dce #ce606d #6dce60

Analogous Colors of #606dce

#606dce #8a60ce #60a4ce

Monochromatic Colors of #606dce

#606dce

Complementary Color

#606dce #cec160

#606dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#606dce Color CSS Codes

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

#606dce Text Font Color

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

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


#606dce Background Color

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

This div background color is #606dce


#606dce Border Color

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

This div border color is #606dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606dce


Comments

No comments written yet.

Please login to write comment.