#646279

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

Shades of Comet #646279

Tints of Comet #646279

Color information

#646279 (or 0x646279) is unknown color: approx Comet. HEX triplet: 64, 62 and 79. RGB value is (100,98,121). Sum of RGB (Red+Green+Blue) = 100+98+121=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #646279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646279 is #9B9D86. Grayscale: #656565. Windows color (decimal): -10198407 or 7955044. OLE color: 7955044.

HSL color Cylindrical-coordinate representation of color #646279: hue angle of 245.22º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646279 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10098121-
CMYK0.170.1900.53
HSL245.22º10.5%42.94%-
HSV(B)245.22º19.01%47.45%-
XYZ13.0712.8319.88-
YUV101.22139.16127.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=31.35%
G=30.72%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100981210.170.1900.53245.2210.542.94
Hex6462791113035f5b2b
Octal14414217121230653651353
Binary11001001100010111100110001100110110101111101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646279; }

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

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

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

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

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

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

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

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