#617282

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

Shades of Raven #617282

Tints of Raven #617282

Color information

#617282 (or 0x617282) is unknown color: approx Raven. HEX triplet: 61, 72 and 82. RGB value is (97,114,130). Sum of RGB (Red+Green+Blue) = 97+114+130=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #617282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617282 is #9E8D7D. Grayscale: #6E6E6E. Windows color (decimal): -10390910 or 8548961. OLE color: 8548961.

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

Color convert

RGB97114130-
CMYK0.250.1200.49
HSL209.09º14.54%44.51%-
HSV(B)209.09º25.38%50.98%-
XYZ14.9816.1923.45-
YUV110.74138.87118.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=28.45%
G=33.43%
B=38.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971141300.250.1200.49209.0914.5444.51
Hex61728219C031d1f2d
Octal14116220231140613211755
Binary11000011110010100000101100111000110001110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617282; }

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

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

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

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

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

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

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

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