#64657F

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

Shades of Comet #64657F

Tints of Comet #64657F

Color information

#64657F (or 0x64657F) is unknown color: approx Comet. HEX triplet: 64, 65 and 7F. RGB value is (100,101,127). Sum of RGB (Red+Green+Blue) = 100+101+127=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #64657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64657F is #9B9A80. Grayscale: #676767. Windows color (decimal): -10197633 or 8349028. OLE color: 8349028.

HSL color Cylindrical-coordinate representation of color #64657F: hue angle of 237.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64657F is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100101127-
CMYK0.210.2000.50
HSL237.78º11.89%44.51%-
HSV(B)237.78º21.26%49.8%-
XYZ13.7413.5521.97-
YUV103.66141.17125.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 127 (50% from 255) = 38.72%
R=30.49%
G=30.79%
B=38.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001011270.210.2000.50237.7811.8944.51
Hex64657F1514032eec2d
Octal14414517725240623561455
Binary11001001100101111111110101101000110010111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64657F; }

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

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

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

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

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

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

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

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