Color Hex Logo

#606ceb Color Hex

#606CEB
(96,108,235)
0 Favorites   0 Comments

Color spaces of #606ceb

RGB 96108235
HSL0.650.780.65
HSV235°59°92°
CMYK 0.590.540.00   0.08
XYZ25.181819.210180.9780
Yxy19.21010.20090.1532
Hunter Lab43.829325.8545-78.8622
CIE-Lab50.932132.6334-65.8029

#606ceb color RGB value is (96,108,235).

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

The process color (four color CMYK) of #606ceb color hex is 0.59, 0.54, 0.00, 0.08. Web safe color of #606ceb is #6666ff. Color #606ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 11101011
Octal 140 154 353
Decimal 96 108 235
Hex 60 6C EB

RGB Percentages of Color #606ceb

%21.87
%24.60
%53.53

CMYK Percentages of Color #606ceb

%59
%54
%0
%8

Triadic Colors of #606ceb

#606ceb #eb606c #6ceb60

Analogous Colors of #606ceb

#606ceb #9a60eb #60b2eb

Monochromatic Colors of #606ceb

#606ceb

Complementary Color

#606ceb #ebdf60

#606ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#606ceb Color CSS Codes

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

#606ceb Text Font Color

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

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


#606ceb Background Color

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

This div background color is #606ceb


#606ceb Border Color

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

This div border color is #606ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606ceb


Comments

No comments written yet.

Please login to write comment.