Color Hex Logo

#606aeb Color Hex

#606AEB
(96,106,235)
0 Favorites   0 Comments

Color spaces of #606aeb

RGB 96106235
HSL0.650.780.65
HSV236°59°92°
CMYK 0.590.550.00   0.08
XYZ24.973318.793080.9084
Yxy18.79300.20030.1507
Hunter Lab43.350926.9651-80.3109
CIE-Lab50.444133.8480-66.5923

#606aeb color RGB value is (96,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101010 11101011
Octal 140 152 353
Decimal 96 106 235
Hex 60 6A EB

RGB Percentages of Color #606aeb

%21.97
%24.26
%53.78

CMYK Percentages of Color #606aeb

%59
%55
%0
%8

Triadic Colors of #606aeb

#606aeb #eb606a #6aeb60

Analogous Colors of #606aeb

#606aeb #9c60eb #60b0eb

Monochromatic Colors of #606aeb

#606aeb

Complementary Color

#606aeb #ebe160

#606aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#606aeb Color CSS Codes

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

#606aeb Text Font Color

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

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


#606aeb Background Color

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

This div background color is #606aeb


#606aeb Border Color

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

This div border color is #606aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,106,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 #606aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606aeb


Comments

No comments written yet.

Please login to write comment.