#616878

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

Shades of Raven #616878

Tints of Raven #616878

Color information

#616878 (or 0x616878) is unknown color: approx Raven. HEX triplet: 61, 68 and 78. RGB value is (97,104,120). Sum of RGB (Red+Green+Blue) = 97+104+120=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #616878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616878 is #9E9787. Grayscale: #676767. Windows color (decimal): -10393480 or 7891041. OLE color: 7891041.

HSL color Cylindrical-coordinate representation of color #616878: hue angle of 221.74º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #616878 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97104120-
CMYK0.190.1300.53
HSL221.74º10.6%42.55%-
HSV(B)221.74º19.17%47.06%-
XYZ13.2713.819.73-
YUV103.73137.18123.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=30.22%
G=32.40%
B=37.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971041200.190.1300.53221.7410.642.55
Hex61687813D035deb2b
Octal14115017023150653361353
Binary1100001110100011110001001111010110101110111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616878; }

 p { color: rgb(97,104,120); }

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

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

 a { background-color: rgb(97,104,120); }

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

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

 span { border-color: rgb(97,104,120); }

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