#616C7D

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

Shades of Raven #616C7D

Tints of Raven #616C7D

Color information

#616C7D (or 0x616C7D) is unknown color: approx Raven. HEX triplet: 61, 6C and 7D. RGB value is (97,108,125). Sum of RGB (Red+Green+Blue) = 97+108+125=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #616C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C7D is #9E9382. Grayscale: #6A6A6A. Windows color (decimal): -10392451 or 8219745. OLE color: 8219745.

HSL color Cylindrical-coordinate representation of color #616C7D: hue angle of 216.43º 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 #616C7D is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97108125-
CMYK0.220.1400.51
HSL216.43º12.61%43.53%-
HSV(B)216.43º22.4%49.02%-
XYZ13.9914.7521.51-
YUV106.65138.36121.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=29.39%
G=32.73%
B=37.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971081250.220.1400.51216.4312.6143.53
Hex616C7D16E033d8d2c
Octal14115417526160633301554
Binary1100001110110011111011011011100110011110110001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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