#616D7C

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

Shades of Raven #616D7C

Tints of Raven #616D7C

Color information

#616D7C (or 0x616D7C) is unknown color: approx Raven. HEX triplet: 61, 6D and 7C. RGB value is (97,109,124). Sum of RGB (Red+Green+Blue) = 97+109+124=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #616D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D7C is #9E9283. Grayscale: #6B6B6B. Windows color (decimal): -10392196 or 8154465. OLE color: 8154465.

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

Color convert

RGB97109124-
CMYK0.220.1200.51
HSL213.33º12.22%43.33%-
HSV(B)213.33º21.77%48.63%-
XYZ14.0414.9321.21-
YUV107.12137.52120.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=29.39%
G=33.03%
B=37.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971091240.220.1200.51213.3312.2243.33
Hex616D7C16C033d5c2b
Octal14115517426140633251453
Binary1100001110110111111001011011000110011110101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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