#666675

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

Shades of Comet #666675

Tints of Comet #666675

Color information

#666675 (or 0x666675) is unknown color: approx Comet. HEX triplet: 66, 66 and 75. RGB value is (102,102,117). Sum of RGB (Red+Green+Blue) = 102+102+117=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #666675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666675 is #99998A. Grayscale: #676767. Windows color (decimal): -10066315 or 7693926. OLE color: 7693926.

HSL color Cylindrical-coordinate representation of color #666675: hue angle of 240º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666675 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102102117-
CMYK0.130.1300.54
HSL240º6.85%42.94%-
HSV(B)240º12.82%45.88%-
XYZ13.4413.6118.75-
YUV103.71135.5126.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=31.78%
G=31.78%
B=36.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021021170.130.1300.542406.8542.94
Hex666675DD036f072b
Octal1461461651515066360753
Binary11001101100110111010111011101011011011110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666675; }

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

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

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

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

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

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

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

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