#616D7B

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

Shades of Raven #616D7B

Tints of Raven #616D7B

Color information

#616D7B (or 0x616D7B) is unknown color: approx Raven. HEX triplet: 61, 6D and 7B. RGB value is (97,109,123). Sum of RGB (Red+Green+Blue) = 97+109+123=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #616D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D7B is #9E9284. Grayscale: #6A6A6A. Windows color (decimal): -10392197 or 8088929. OLE color: 8088929.

HSL color Cylindrical-coordinate representation of color #616D7B: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616D7B is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97109123-
CMYK0.210.1100.52
HSL212.31º11.82%43.14%-
HSV(B)212.31º21.14%48.24%-
XYZ13.9714.9120.88-
YUV107.01137.02120.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=29.48%
G=33.13%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971091230.210.1100.52212.3111.8243.14
Hex616D7B15B034d4c2b
Octal14115517325130643241453
Binary1100001110110111110111010110110110100110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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