#646786

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

Shades of Comet #646786

Tints of Comet #646786

Color information

#646786 (or 0x646786) is unknown color: approx Comet. HEX triplet: 64, 67 and 86. RGB value is (100,103,134). Sum of RGB (Red+Green+Blue) = 100+103+134=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #646786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646786 is #9B9879. Grayscale: #696969. Windows color (decimal): -10197114 or 8808292. OLE color: 8808292.

HSL color Cylindrical-coordinate representation of color #646786: hue angle of 234.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646786 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100103134-
CMYK0.250.2300.47
HSL234.71º14.53%45.88%-
HSV(B)234.71º25.37%52.55%-
XYZ14.4114.1324.52-
YUV105.64144.01123.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=29.67%
G=30.56%
B=39.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001031340.250.2300.47234.7114.5345.88
Hex646786191702Febf2e
Octal14414720631270573531756
Binary110010011001111000011011001101110101111111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646786; }

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

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

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

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

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

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

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

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