#666A82

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

Shades of Comet #666A82

Tints of Comet #666A82

Color information

#666A82 (or 0x666A82) is unknown color: approx Comet. HEX triplet: 66, 6A and 82. RGB value is (102,106,130). Sum of RGB (Red+Green+Blue) = 102+106+130=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #666A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A82 is #99957D. Grayscale: #6B6B6B. Windows color (decimal): -10065278 or 8546918. OLE color: 8546918.

HSL color Cylindrical-coordinate representation of color #666A82: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666A82 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102106130-
CMYK0.220.1800.49
HSL231.43º12.07%45.49%-
HSV(B)231.43º21.54%50.98%-
XYZ14.6614.7423.19-
YUV107.54140.67124.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=30.18%
G=31.36%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021061300.220.1800.49231.4312.0745.49
Hex666A821612031e7c2d
Octal14615220226220613471455
Binary110011011010101000001010110100100110001111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A82; }

 p { color: rgb(102,106,130); }

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

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

 a { background-color: rgb(102,106,130); }

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

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

 span { border-color: rgb(102,106,130); }

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