#616E7C

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

Shades of Raven #616E7C

Tints of Raven #616E7C

Color information

#616E7C (or 0x616E7C) is unknown color: approx Raven. HEX triplet: 61, 6E and 7C. RGB value is (97,110,124). Sum of RGB (Red+Green+Blue) = 97+110+124=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #616E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E7C is #9E9183. Grayscale: #6B6B6B. Windows color (decimal): -10391940 or 8154721. OLE color: 8154721.

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

Color convert

RGB97110124-
CMYK0.220.1100.51
HSL211.11º12.22%43.33%-
HSV(B)211.11º21.77%48.63%-
XYZ14.1415.1521.25-
YUV107.71137.19120.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=29.31%
G=33.23%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971101240.220.1100.51211.1112.2243.33
Hex616E7C16B033d3c2b
Octal14115617426130633231453
Binary1100001110111011111001011010110110011110100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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