#646785

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

Shades of Comet #646785

Tints of Comet #646785

Color information

#646785 (or 0x646785) is unknown color: approx Comet. HEX triplet: 64, 67 and 85. RGB value is (100,103,133). Sum of RGB (Red+Green+Blue) = 100+103+133=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #646785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646785 is #9B987A. Grayscale: #696969. Windows color (decimal): -10197115 or 8742756. OLE color: 8742756.

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

Color convert

RGB100103133-
CMYK0.250.2300.48
HSL234.55º14.16%45.69%-
HSV(B)234.55º24.81%52.16%-
XYZ14.3414.124.16-
YUV105.52143.51124.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=29.76%
G=30.65%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001031330.250.2300.48234.5514.1645.69
Hex6467851917030ebe2e
Octal14414720531270603531656
Binary110010011001111000010111001101110110000111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646785; }

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

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

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

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

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

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

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

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