#6F7071

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

Shades of Raven #6F7071

Tints of Raven #6F7071

Color information

#6F7071 (or 0x6F7071) is unknown color: approx Raven. HEX triplet: 6F, 70 and 71. RGB value is (111,112,113). Sum of RGB (Red+Green+Blue) = 111+112+113=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F7071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7071 is #908F8E. Grayscale: #6F6F6F. Windows color (decimal): -9473935 or 7434351. OLE color: 7434351.

HSL color Cylindrical-coordinate representation of color #6F7071: hue angle of 210º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6F7071 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB111112113-
CMYK0.020.0100.56
HSL210º0.89%43.92%-
HSV(B)210º1.77%44.31%-
XYZ15.3316.1617.93-
YUV111.82128.67127.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=33.04%
G=33.33%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111121130.020.0100.562100.8943.92
Hex6F707121038d212c
Octal15716016121070322154
Binary1101111111000011100011010111000110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7071; }

 p { color: rgb(111,112,113); }

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

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

 a { background-color: rgb(111,112,113); }

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

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

 span { border-color: rgb(111,112,113); }

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