#646A77

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

Shades of Raven #646A77

Tints of Raven #646A77

Color information

#646A77 (or 0x646A77) is unknown color: approx Raven. HEX triplet: 64, 6A and 77. RGB value is (100,106,119). Sum of RGB (Red+Green+Blue) = 100+106+119=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #646A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A77 is #9B9588. Grayscale: #696969. Windows color (decimal): -10196361 or 7826020. OLE color: 7826020.

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

Color convert

RGB100106119-
CMYK0.160.1100.53
HSL221.05º8.68%42.94%-
HSV(B)221.05º15.97%46.67%-
XYZ13.7414.3519.5-
YUV105.69135.51123.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=30.77%
G=32.62%
B=36.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001061190.160.1100.53221.058.6842.94
Hex646A7710B035dd92b
Octal14415216720130653351153
Binary1100100110101011101111000010110110101110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646A77; }

 p { color: rgb(100,106,119); }

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

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

 a { background-color: rgb(100,106,119); }

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

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

 span { border-color: rgb(100,106,119); }

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