#666672

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

Shades of Comet #666672

Tints of Comet #666672

Color information

#666672 (or 0x666672) is unknown color: approx Comet. HEX triplet: 66, 66 and 72. RGB value is (102,102,114). Sum of RGB (Red+Green+Blue) = 102+102+114=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #666672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666672 is #99998D. Grayscale: #676767. Windows color (decimal): -10066318 or 7497318. OLE color: 7497318.

HSL color Cylindrical-coordinate representation of color #666672: hue angle of 240º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666672 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102102114-
CMYK0.110.1100.55
HSL240º5.56%42.35%-
HSV(B)240º10.53%44.71%-
XYZ13.2713.5417.83-
YUV103.37134127.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=32.08%
G=32.08%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021021140.110.1100.552405.5642.35
Hex666672BB037f062a
Octal1461461621313067360652
Binary11001101100110111001010111011011011111110000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666672; }

 p { color: rgb(102,102,114); }

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

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

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

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

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

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

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