#61717F

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

Shades of Raven #61717F

Tints of Raven #61717F

Color information

#61717F (or 0x61717F) is unknown color: approx Raven. HEX triplet: 61, 71 and 7F. RGB value is (97,113,127). Sum of RGB (Red+Green+Blue) = 97+113+127=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #61717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61717F is #9E8E80. Grayscale: #6D6D6D. Windows color (decimal): -10391169 or 8352097. OLE color: 8352097.

HSL color Cylindrical-coordinate representation of color #61717F: hue angle of 208º 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 #61717F is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97113127-
CMYK0.240.1100.50
HSL208º13.39%43.92%-
HSV(B)208º23.62%49.8%-
XYZ14.6715.8822.37-
YUV109.81137.7118.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 127 (50% from 255) = 37.69%
R=28.78%
G=33.53%
B=37.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971131270.240.1100.5020813.3943.92
Hex61717F18B032d0d2c
Octal14116117730130623201554
Binary1100001111000111111111100010110110010110100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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