#616D7D

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

Shades of Raven #616D7D

Tints of Raven #616D7D

Color information

#616D7D (or 0x616D7D) is unknown color: approx Raven. HEX triplet: 61, 6D and 7D. RGB value is (97,109,125). Sum of RGB (Red+Green+Blue) = 97+109+125=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #616D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D7D is #9E9282. Grayscale: #6B6B6B. Windows color (decimal): -10392195 or 8220001. OLE color: 8220001.

HSL color Cylindrical-coordinate representation of color #616D7D: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #616D7D is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97109125-
CMYK0.220.1300.51
HSL214.29º12.61%43.53%-
HSV(B)214.29º22.4%49.02%-
XYZ14.114.9621.55-
YUV107.24138.02120.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=29.31%
G=32.93%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971091250.220.1300.51214.2912.6143.53
Hex616D7D16D033d6d2c
Octal14115517526150633261554
Binary1100001110110111111011011011010110011110101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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