#65657D

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

Shades of Comet #65657D

Tints of Comet #65657D

Color information

#65657D (or 0x65657D) is unknown color: approx Comet. HEX triplet: 65, 65 and 7D. RGB value is (101,101,125). Sum of RGB (Red+Green+Blue) = 101+101+125=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #65657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65657D is #9A9A82. Grayscale: #676767. Windows color (decimal): -10132099 or 8217957. OLE color: 8217957.

HSL color Cylindrical-coordinate representation of color #65657D: hue angle of 240º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65657D is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101101125-
CMYK0.190.1900.51
HSL240º10.62%44.31%-
HSV(B)240º19.2%49.02%-
XYZ13.7213.5521.3-
YUV103.74140126.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=30.89%
G=30.89%
B=38.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011011250.190.1900.5124010.6244.31
Hex65657D1313033f0b2c
Octal14514517523230633601354
Binary11001011100101111110110011100110110011111100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65657D; }

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

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

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

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

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

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

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

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