#646C77

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

Shades of Raven #646C77

Tints of Raven #646C77

Color information

#646C77 (or 0x646C77) is unknown color: approx Raven. HEX triplet: 64, 6C and 77. RGB value is (100,108,119). Sum of RGB (Red+Green+Blue) = 100+108+119=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #646C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C77 is #9B9388. Grayscale: #6A6A6A. Windows color (decimal): -10195849 or 7826532. OLE color: 7826532.

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

Color convert

RGB100108119-
CMYK0.160.0900.53
HSL214.74º8.68%42.94%-
HSV(B)214.74º15.97%46.67%-
XYZ13.9514.7719.57-
YUV106.86134.85123.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=30.58%
G=33.03%
B=36.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001081190.160.0900.53214.748.6842.94
Hex646C77109035d792b
Octal14415416720110653271153
Binary1100100110110011101111000010010110101110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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