#64677F

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

Shades of Comet #64677F

Tints of Comet #64677F

Color information

#64677F (or 0x64677F) is unknown color: approx Comet. HEX triplet: 64, 67 and 7F. RGB value is (100,103,127). Sum of RGB (Red+Green+Blue) = 100+103+127=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #64677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64677F is #9B9880. Grayscale: #686868. Windows color (decimal): -10197121 or 8349540. OLE color: 8349540.

HSL color Cylindrical-coordinate representation of color #64677F: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64677F is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100103127-
CMYK0.210.1900.50
HSL233.33º11.89%44.51%-
HSV(B)233.33º21.26%49.8%-
XYZ13.9413.9422.04-
YUV104.84140.51124.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 127 (50% from 255) = 38.48%
R=30.30%
G=31.21%
B=38.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001031270.210.1900.50233.3311.8944.51
Hex64677F1513032e9c2d
Octal14414717725230623511455
Binary11001001100111111111110101100110110010111010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64677F; }

 p { color: rgb(100,103,127); }

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

<style>
 a { background-color: #64677F; }

 a { background-color: rgb(100,103,127); }

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

<style>
 span { border-color: #64677F; }

 span { border-color: rgb(100,103,127); }

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