Color Hex Logo

#666980 Color Hex

#666980
(102,105,128)
0 Favorites   0 Comments

Color spaces of #666980

RGB 102105128
HSL0.650.110.45
HSV233°20°50°
CMYK 0.200.180.00   0.50
XYZ14.427314.486422.4578
Yxy14.48640.28080.2820
Hunter Lab38.06101.0550-8.3412
CIE-Lab44.92264.1207-13.1289

#666980 color RGB value is (102,105,128).

#666980 hex color red value is 102, green value is 105 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #666980 hue: 0.65 , saturation: 0.11 and the lightness value of 666980 is 0.45.

The process color (four color CMYK) of #666980 color hex is 0.20, 0.18, 0.00, 0.50. Web safe color of #666980 is #666699. Color #666980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101001 10000000
Octal 146 151 200
Decimal 102 105 128
Hex 66 69 80

RGB Percentages of Color #666980

%30.45
%31.34
%38.21

CMYK Percentages of Color #666980

%20
%18
%0
%50

Triadic Colors of #666980

#666980 #806669 #698066

Analogous Colors of #666980

#666980 #706680 #667680

Monochromatic Colors of #666980

#666980

Complementary Color

#666980 #807d66

#666980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666980 Color CSS Codes

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

#666980 Text Font Color

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

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


#666980 Background Color

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

This div background color is #666980


#666980 Border Color

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

This div border color is #666980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,105,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666980;
  -webkit-box-shadow: 1px 1px 3px 2px #666980;
  box-shadow:         1px 1px 3px 2px #666980; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666980


Comments

No comments written yet.

Please login to write comment.