#666874

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

Shades of Comet #666874

Tints of Comet #666874

Color information

#666874 (or 0x666874) is unknown color: approx Comet. HEX triplet: 66, 68 and 74. RGB value is (102,104,116). Sum of RGB (Red+Green+Blue) = 102+104+116=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #666874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666874 is #99978B. Grayscale: #686868. Windows color (decimal): -10065804 or 7628902. OLE color: 7628902.

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

Color convert

RGB102104116-
CMYK0.120.1000.55
HSL231.43º6.42%42.75%-
HSV(B)231.43º12.07%45.49%-
XYZ13.5813.9918.51-
YUV104.77134.34126.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=31.68%
G=32.30%
B=36.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021041160.120.1000.55231.436.4242.75
Hex666874CA037e762b
Octal1461501641412067347653
Binary11001101101000111010011001010011011111100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666874; }

 p { color: rgb(102,104,116); }

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

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

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

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

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

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

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