Color Hex Logo

#606bde Color Hex

#606BDE
(96,107,222)
0 Favorites   0 Comments

Color spaces of #606bde

RGB 96107222
HSL0.650.660.62
HSV235°57°87°
CMYK 0.570.520.00   0.13
XYZ23.266418.276171.4086
Yxy18.27610.20600.1618
Hunter Lab42.750622.3327-69.1100
CIE-Lab49.829329.0292-60.2654

#606bde color RGB value is (96,107,222).

#606bde hex color red value is 96, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #606bde hue: 0.65 , saturation: 0.66 and the lightness value of 606bde is 0.62.

The process color (four color CMYK) of #606bde color hex is 0.57, 0.52, 0.00, 0.13. Web safe color of #606bde is #6666cc. Color #606bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101011 11011110
Octal 140 153 336
Decimal 96 107 222
Hex 60 6B DE

RGB Percentages of Color #606bde

%22.59
%25.18
%52.24

CMYK Percentages of Color #606bde

%57
%52
%0
%13

Triadic Colors of #606bde

#606bde #de606b #6bde60

Analogous Colors of #606bde

#606bde #9460de #60aade

Monochromatic Colors of #606bde

#606bde

Complementary Color

#606bde #ded360

#606bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#606bde Color CSS Codes

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

#606bde Text Font Color

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

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


#606bde Background Color

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

This div background color is #606bde


#606bde Border Color

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

This div border color is #606bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606bde


Comments

No comments written yet.

Please login to write comment.