#64687E

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

Shades of Comet #64687E

Tints of Comet #64687E

Color information

#64687E (or 0x64687E) is unknown color: approx Comet. HEX triplet: 64, 68 and 7E. RGB value is (100,104,126). Sum of RGB (Red+Green+Blue) = 100+104+126=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #64687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64687E is #9B9781. Grayscale: #696969. Windows color (decimal): -10196866 or 8284260. OLE color: 8284260.

HSL color Cylindrical-coordinate representation of color #64687E: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64687E is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100104126-
CMYK0.210.1700.51
HSL230.77º11.5%44.31%-
HSV(B)230.77º20.63%49.41%-
XYZ13.9714.1221.73-
YUV105.31139.67124.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=30.30%
G=31.52%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001041260.210.1700.51230.7711.544.31
Hex64687E1511033e7c2c
Octal14415017625210633471454
Binary11001001101000111111010101100010110011111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64687E; }

 p { color: rgb(100,104,126); }

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

<style>
 a { background-color: #64687E; }

 a { background-color: rgb(100,104,126); }

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

<style>
 span { border-color: #64687E; }

 span { border-color: rgb(100,104,126); }

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