#66697C

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

Shades of Comet #66697C

Tints of Comet #66697C

Color information

#66697C (or 0x66697C) is unknown color: approx Comet. HEX triplet: 66, 69 and 7C. RGB value is (102,105,124). Sum of RGB (Red+Green+Blue) = 102+105+124=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #66697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66697C is #999683. Grayscale: #6A6A6A. Windows color (decimal): -10065540 or 8153446. OLE color: 8153446.

HSL color Cylindrical-coordinate representation of color #66697C: hue angle of 231.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66697C is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102105124-
CMYK0.180.1500.51
HSL231.82º9.73%44.31%-
HSV(B)231.82º17.74%48.63%-
XYZ14.1714.3821.1-
YUV106.27138.01124.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=30.82%
G=31.72%
B=37.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021051240.180.1500.51231.829.7344.31
Hex66697C12F033e8a2c
Octal14615117422170633501254
Binary1100110110100111111001001011110110011111010001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66697C; }

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

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

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

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

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

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

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

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