#656976

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

Shades of Comet #656976

Tints of Comet #656976

Color information

#656976 (or 0x656976) is unknown color: approx Comet. HEX triplet: 65, 69 and 76. RGB value is (101,105,118). Sum of RGB (Red+Green+Blue) = 101+105+118=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #656976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656976 is #9A9689. Grayscale: #696969. Windows color (decimal): -10131082 or 7760229. OLE color: 7760229.

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

Color convert

RGB101105118-
CMYK0.140.1100.54
HSL225.88º7.76%42.94%-
HSV(B)225.88º14.41%46.27%-
XYZ13.6914.1819.15-
YUV105.29135.17124.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=31.17%
G=32.41%
B=36.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011051180.140.1100.54225.887.7642.94
Hex656976EB036e282b
Octal14515116616130663421053
Binary110010111010011110110111010110110110111000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656976; }

 p { color: rgb(101,105,118); }

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

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

 a { background-color: rgb(101,105,118); }

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

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

 span { border-color: rgb(101,105,118); }

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