#64697D

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

Shades of Comet #64697D

Tints of Comet #64697D

Color information

#64697D (or 0x64697D) is unknown color: approx Comet. HEX triplet: 64, 69 and 7D. RGB value is (100,105,125). Sum of RGB (Red+Green+Blue) = 100+105+125=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #64697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64697D is #9B9682. Grayscale: #696969. Windows color (decimal): -10196611 or 8218980. OLE color: 8218980.

HSL color Cylindrical-coordinate representation of color #64697D: hue angle of 228º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64697D is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100105125-
CMYK0.20.1600.51
HSL228º11.11%44.12%-
HSV(B)228º20%49.02%-
XYZ14.0114.2921.42-
YUV105.78138.84123.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=30.30%
G=31.82%
B=37.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001051250.20.1600.5122811.1144.12
Hex64697D1410033e4b2c
Octal14415117524200633441354
Binary11001001101001111110110100100000110011111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64697D; }

 p { color: rgb(100,105,125); }

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

<style>
 a { background-color: #64697D; }

 a { background-color: rgb(100,105,125); }

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

<style>
 span { border-color: #64697D; }

 span { border-color: rgb(100,105,125); }

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