#656672

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

Shades of Comet #656672

Tints of Comet #656672

Color information

#656672 (or 0x656672) is unknown color: approx Comet. HEX triplet: 65, 66 and 72. RGB value is (101,102,114). Sum of RGB (Red+Green+Blue) = 101+102+114=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #656672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656672 is #9A998D. Grayscale: #676767. Windows color (decimal): -10131854 or 7497317. OLE color: 7497317.

HSL color Cylindrical-coordinate representation of color #656672: hue angle of 235.38º 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 #656672 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101102114-
CMYK0.110.1100.55
HSL235.38º6.05%42.16%-
HSV(B)235.38º11.4%44.71%-
XYZ13.1613.4817.83-
YUV103.07134.17126.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.86%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=31.86%
G=32.18%
B=35.96%

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
Decimal1011021140.110.1100.55235.386.0542.16
Hex656672BB037eb62a
Octal1451461621313067353652
Binary11001011100110111001010111011011011111101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656672; }

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

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

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

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

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

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

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

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