#616D80

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

Shades of Raven #616D80

Tints of Raven #616D80

Color information

#616D80 (or 0x616D80) is unknown color: approx Raven. HEX triplet: 61, 6D and 80. RGB value is (97,109,128). Sum of RGB (Red+Green+Blue) = 97+109+128=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #616D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D80 is #9E927F. Grayscale: #6B6B6B. Windows color (decimal): -10392192 or 8416609. OLE color: 8416609.

HSL color Cylindrical-coordinate representation of color #616D80: hue angle of 216.77º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616D80 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97109128-
CMYK0.240.1500.50
HSL216.77º13.78%44.12%-
HSV(B)216.77º24.22%50.2%-
XYZ14.2915.0422.57-
YUV107.58139.52120.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=29.04%
G=32.63%
B=38.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971091280.240.1500.50216.7713.7844.12
Hex616D8018F032d9e2c
Octal14115520030170623311654
Binary11000011101101100000001100011110110010110110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D80; }

 p { color: rgb(97,109,128); }

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

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

 a { background-color: rgb(97,109,128); }

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

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

 span { border-color: rgb(97,109,128); }

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