#617182

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

Shades of Raven #617182

Tints of Raven #617182

Color information

#617182 (or 0x617182) is unknown color: approx Raven. HEX triplet: 61, 71 and 82. RGB value is (97,113,130). Sum of RGB (Red+Green+Blue) = 97+113+130=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #617182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617182 is #9E8E7D. Grayscale: #6E6E6E. Windows color (decimal): -10391166 or 8548705. OLE color: 8548705.

HSL color Cylindrical-coordinate representation of color #617182: hue angle of 210.91º 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 #617182 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97113130-
CMYK0.250.1300.49
HSL210.91º14.54%44.51%-
HSV(B)210.91º25.38%50.98%-
XYZ14.8615.9623.42-
YUV110.15139.2118.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=28.53%
G=33.24%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971131300.250.1300.49210.9114.5444.51
Hex61718219D031d3f2d
Octal14116120231150613231755
Binary11000011110001100000101100111010110001110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617182; }

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

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

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

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

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

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

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

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