#64637B

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

Shades of Comet #64637B

Tints of Comet #64637B

Color information

#64637B (or 0x64637B) is unknown color: approx Comet. HEX triplet: 64, 63 and 7B. RGB value is (100,99,123). Sum of RGB (Red+Green+Blue) = 100+99+123=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #64637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64637B is #9B9C84. Grayscale: #656565. Windows color (decimal): -10198149 or 8086372. OLE color: 8086372.

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

Color convert

RGB10099123-
CMYK0.190.2000.52
HSL242.5º10.81%43.53%-
HSV(B)242.5º19.51%48.24%-
XYZ13.2913.0620.56-
YUV102.04139.83126.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=31.06%
G=30.75%
B=38.20%

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
Decimal100991230.190.2000.52242.510.8143.53
Hex64637B1314034f2b2c
Octal14414317323240643621354
Binary11001001100011111101110011101000110100111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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