#64627B

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

Shades of Comet #64627B

Tints of Comet #64627B

Color information

#64627B (or 0x64627B) is unknown color: approx Comet. HEX triplet: 64, 62 and 7B. RGB value is (100,98,123). Sum of RGB (Red+Green+Blue) = 100+98+123=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #64627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64627B is #9B9D84. Grayscale: #656565. Windows color (decimal): -10198405 or 8086116. OLE color: 8086116.

HSL color Cylindrical-coordinate representation of color #64627B: hue angle of 244.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64627B is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10098123-
CMYK0.190.2000.52
HSL244.8º11.31%43.33%-
HSV(B)244.8º20.33%48.24%-
XYZ13.212.8720.53-
YUV101.45140.16126.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=31.15%
G=30.53%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100981230.190.2000.52244.811.3143.33
Hex64627B1314034f5b2b
Octal14414217323240643651353
Binary11001001100010111101110011101000110100111101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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