#64627F

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

Shades of Comet #64627F

Tints of Comet #64627F

Color information

#64627F (or 0x64627F) is unknown color: approx Comet. HEX triplet: 64, 62 and 7F. RGB value is (100,98,127). Sum of RGB (Red+Green+Blue) = 100+98+127=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #64627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64627F is #9B9D80. Grayscale: #656565. Windows color (decimal): -10198401 or 8348260. OLE color: 8348260.

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

Color convert

RGB10098127-
CMYK0.210.2300.50
HSL244.14º12.89%44.12%-
HSV(B)244.14º22.83%49.8%-
XYZ13.4512.9821.87-
YUV101.9142.16126.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 127 (50% from 255) = 39.08%
R=30.77%
G=30.15%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100981270.210.2300.50244.1412.8944.12
Hex64627F1517032f4d2c
Octal14414217725270623641554
Binary11001001100010111111110101101110110010111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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