#646977

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

Shades of Raven #646977

Tints of Raven #646977

Color information

#646977 (or 0x646977) is unknown color: approx Raven. HEX triplet: 64, 69 and 77. RGB value is (100,105,119). Sum of RGB (Red+Green+Blue) = 100+105+119=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #646977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646977 is #9B9688. Grayscale: #696969. Windows color (decimal): -10196617 or 7825764. OLE color: 7825764.

HSL color Cylindrical-coordinate representation of color #646977: hue angle of 224.21º 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 #646977 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB100105119-
CMYK0.160.1200.53
HSL224.21º8.68%42.94%-
HSV(B)224.21º15.97%46.67%-
XYZ13.6414.1419.46-
YUV105.1135.84124.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=30.86%
G=32.41%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001051190.160.1200.53224.218.6842.94
Hex64697710C035e092b
Octal14415116720140653401153
Binary1100100110100111101111000011000110101111000001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646977; }

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

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

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

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

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

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

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

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