#64637A

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

Shades of Comet #64637A

Tints of Comet #64637A

Color information

#64637A (or 0x64637A) is unknown color: approx Comet. HEX triplet: 64, 63 and 7A. RGB value is (100,99,122). Sum of RGB (Red+Green+Blue) = 100+99+122=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #64637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64637A is #9B9C85. Grayscale: #656565. Windows color (decimal): -10198150 or 8020836. OLE color: 8020836.

HSL color Cylindrical-coordinate representation of color #64637A: hue angle of 242.61º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64637A is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10099122-
CMYK0.180.1900.52
HSL242.61º10.41%43.33%-
HSV(B)242.61º18.85%47.84%-
XYZ13.2313.0420.23-
YUV101.92139.33126.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=31.15%
G=30.84%
B=38.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100991220.180.1900.52242.6110.4143.33
Hex64637A1213034f3a2b
Octal14414317222230643631253
Binary11001001100011111101010010100110110100111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64637A; }

 p { color: rgb(100,99,122); }

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

<style>
 a { background-color: #64637A; }

 a { background-color: rgb(100,99,122); }

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

<style>
 span { border-color: #64637A; }

 span { border-color: rgb(100,99,122); }

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