Color Hex Logo

#666abb Color Hex

#666ABB
(102,106,187)
0 Favorites   0 Comments

Color spaces of #666abb

RGB 102106187
HSL0.660.380.57
HSV237°45°73°
CMYK 0.450.430.00   0.27
XYZ19.603216.720749.2079
Yxy16.72070.22920.1955
Hunter Lab40.891014.0141-42.7255
CIE-Lab47.906219.9576-43.2980

#666abb color RGB value is (102,106,187).

#666abb hex color red value is 102, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #666abb hue: 0.66 , saturation: 0.38 and the lightness value of 666abb is 0.57.

The process color (four color CMYK) of #666abb color hex is 0.45, 0.43, 0.00, 0.27. Web safe color of #666abb is #6666cc. Color #666abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101010 10111011
Octal 146 152 273
Decimal 102 106 187
Hex 66 6A BB

RGB Percentages of Color #666abb

%25.82
%26.84
%47.34

CMYK Percentages of Color #666abb

%45
%43
%0
%27

Triadic Colors of #666abb

#666abb #bb666a #6abb66

Analogous Colors of #666abb

#666abb #8d66bb #6695bb

Monochromatic Colors of #666abb

#666abb

Complementary Color

#666abb #bbb766

#666abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#666abb Color CSS Codes

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

#666abb Text Font Color

<p style="color:#666abb">Text here</p>

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


#666abb Background Color

<div style="background-color:#666abb">
Div content here</div>

This div background color is #666abb


#666abb Border Color

<div style="border:3px solid #666abb">
Div here</div>

This div border color is #666abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,106,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666abb;
  -webkit-box-shadow: 1px 1px 3px 2px #666abb;
  box-shadow:         1px 1px 3px 2px #666abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,106,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666abb


Comments

No comments written yet.

Please login to write comment.