#61707F

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

Shades of Raven #61707F

Tints of Raven #61707F

Color information

#61707F (or 0x61707F) is unknown color: approx Raven. HEX triplet: 61, 70 and 7F. RGB value is (97,112,127). Sum of RGB (Red+Green+Blue) = 97+112+127=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #61707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61707F is #9E8F80. Grayscale: #6D6D6D. Windows color (decimal): -10391425 or 8351841. OLE color: 8351841.

HSL color Cylindrical-coordinate representation of color #61707F: hue angle of 210º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61707F is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97112127-
CMYK0.240.1200.50
HSL210º13.39%43.92%-
HSV(B)210º23.62%49.8%-
XYZ14.5515.6622.33-
YUV109.22138.03119.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 37.80%
R=28.87%
G=33.33%
B=37.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971121270.240.1200.5021013.3943.92
Hex61707F18C032d2d2c
Octal14116017730140623221554
Binary1100001111000011111111100011000110010110100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61707F; }

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

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

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

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

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

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

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

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