#65656A

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

Shades of Comet #65656A

Tints of Comet #65656A

Color information

#65656A (or 0x65656A) is unknown color: approx Comet. HEX triplet: 65, 65 and 6A. RGB value is (101,101,106). Sum of RGB (Red+Green+Blue) = 101+101+106=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 106 - color contains mainly: blue. Hex color #65656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65656A is #9A9A95. Grayscale: #656565. Windows color (decimal): -10132118 or 6972773. OLE color: 6972773.

HSL color Cylindrical-coordinate representation of color #65656A: hue angle of 240º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #65656A is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB101101106-
CMYK0.050.0500.58
HSL240º2.42%40.59%-
HSV(B)240º4.72%41.57%-
XYZ12.6213.1115.5-
YUV101.57130.5127.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=32.79%
G=32.79%
B=34.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1011011060.050.0500.582402.4240.59
Hex65656A5503Af0229
Octal14514515255072360251
Binary11001011100101110101010110101110101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65656A; }

 p { color: rgb(101,101,106); }

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

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

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

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

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

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

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