#656675

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

Shades of Comet #656675

Tints of Comet #656675

Color information

#656675 (or 0x656675) is unknown color: approx Comet. HEX triplet: 65, 66 and 75. RGB value is (101,102,117). Sum of RGB (Red+Green+Blue) = 101+102+117=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #656675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656675 is #9A998A. Grayscale: #676767. Windows color (decimal): -10131851 or 7693925. OLE color: 7693925.

HSL color Cylindrical-coordinate representation of color #656675: hue angle of 236.25º degrees, saturation: 0.07, 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 #656675 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB101102117-
CMYK0.140.1300.54
HSL236.25º7.34%42.75%-
HSV(B)236.25º13.68%45.88%-
XYZ13.3313.5518.74-
YUV103.41135.67126.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=31.56%
G=31.88%
B=36.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011021170.140.1300.54236.257.3442.75
Hex656675ED036ec72b
Octal1451461651615066354753
Binary11001011100110111010111101101011011011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656675; }

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

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

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

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

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

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

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

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