#666980

Color #666980 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #666980

Tints of Comet #666980

Color information

#666980 (or 0x666980) is unknown color: approx Comet. HEX triplet: 66, 69 and 80. RGB value is (102,105,128). Sum of RGB (Red+Green+Blue) = 102+105+128=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #666980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666980 is #99967F. Grayscale: #6A6A6A. Windows color (decimal): -10065536 or 8415590. OLE color: 8415590.

HSL color Cylindrical-coordinate representation of color #666980: hue angle of 233.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666980 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102105128-
CMYK0.200.1800.50
HSL233.08º11.3%45.1%-
HSV(B)233.08º20.31%50.2%-
XYZ14.4314.4922.46-
YUV106.72140.01124.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=30.45%
G=31.34%
B=38.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021051280.200.1800.50233.0811.345.1
Hex6669801412032e9b2d
Octal14615120024220623511355
Binary110011011010011000000010100100100110010111010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666980; }

 p { color: rgb(102,105,128); }

 H1.HeaderClassName
 {
   color: #666980;
 }
 .AnyTagClassName
 {
   color: #666980;
 }
</style>
background-color css

<style>
 a { background-color: #666980; }

 a { background-color: rgb(102,105,128); }

 div.DivClassName
 {
   background-color: #666980;
 }
 .BgClassName
 {
   background-color: #666980;
 }
</style>
border-color css

<style>
 span { border-color: #666980; }

 span { border-color: rgb(102,105,128); }

 td.TdClassName
 {
   border-color: #666980;
 }
 .TagClassName
 {
   border-color: #666980;
 }
</style>