#65647E

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

Shades of Comet #65647E

Tints of Comet #65647E

Color information

#65647E (or 0x65647E) is unknown color: approx Comet. HEX triplet: 65, 64 and 7E. RGB value is (101,100,126). Sum of RGB (Red+Green+Blue) = 101+100+126=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #65647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65647E is #9A9B81. Grayscale: #676767. Windows color (decimal): -10132354 or 8283237. OLE color: 8283237.

HSL color Cylindrical-coordinate representation of color #65647E: hue angle of 242.31º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65647E is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101100126-
CMYK0.200.2100.51
HSL242.31º11.5%44.31%-
HSV(B)242.31º20.63%49.41%-
XYZ13.6913.3921.6-
YUV103.26140.83126.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=30.89%
G=30.58%
B=38.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011001260.200.2100.51242.3111.544.31
Hex65647E1415033f2c2c
Octal14514417624250633621454
Binary11001011100100111111010100101010110011111100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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