#617082

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

Shades of Raven #617082

Tints of Raven #617082

Color information

#617082 (or 0x617082) is unknown color: approx Raven. HEX triplet: 61, 70 and 82. RGB value is (97,112,130). Sum of RGB (Red+Green+Blue) = 97+112+130=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #617082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617082 is #9E8F7D. Grayscale: #6D6D6D. Windows color (decimal): -10391422 or 8548449. OLE color: 8548449.

HSL color Cylindrical-coordinate representation of color #617082: hue angle of 212.73º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617082 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97112130-
CMYK0.250.1400.49
HSL212.73º14.54%44.51%-
HSV(B)212.73º25.38%50.98%-
XYZ14.7515.7423.38-
YUV109.57139.53119.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=28.61%
G=33.04%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971121300.250.1400.49212.7314.5444.51
Hex61708219E031d5f2d
Octal14116020231160613251755
Binary11000011110000100000101100111100110001110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617082; }

 p { color: rgb(97,112,130); }

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

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

 a { background-color: rgb(97,112,130); }

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

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

 span { border-color: rgb(97,112,130); }

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