#65647C

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

Shades of Comet #65647C

Tints of Comet #65647C

Color information

#65647C (or 0x65647C) is unknown color: approx Comet. HEX triplet: 65, 64 and 7C. RGB value is (101,100,124). Sum of RGB (Red+Green+Blue) = 101+100+124=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #65647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65647C is #9A9B83. Grayscale: #666666. Windows color (decimal): -10132356 or 8152165. OLE color: 8152165.

HSL color Cylindrical-coordinate representation of color #65647C: hue angle of 242.5º 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 #65647C is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101100124-
CMYK0.190.1900.51
HSL242.5º10.71%43.92%-
HSV(B)242.5º19.35%48.63%-
XYZ13.5613.3420.93-
YUV103.04139.83126.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=31.08%
G=30.77%
B=38.15%

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
Decimal1011001240.190.1900.51242.510.7143.92
Hex65647C1313033f2b2c
Octal14514417423230633621354
Binary11001011100100111110010011100110110011111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65647C; }

 p { color: rgb(101,100,124); }

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

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

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

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

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

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

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