#6F7174

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

Shades of Raven #6F7174

Tints of Raven #6F7174

Color information

#6F7174 (or 0x6F7174) is unknown color: approx Raven. HEX triplet: 6F, 71 and 74. RGB value is (111,113,116). Sum of RGB (Red+Green+Blue) = 111+113+116=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7174 is #908E8B. Grayscale: #707070. Windows color (decimal): -9473676 or 7631215. OLE color: 7631215.

HSL color Cylindrical-coordinate representation of color #6F7174: hue angle of 216º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F7174 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB111113116-
CMYK0.040.0300.55
HSL216º2.2%44.51%-
HSV(B)216º4.31%45.49%-
XYZ15.6116.4518.88-
YUV112.74129.84126.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=32.65%
G=33.24%
B=34.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111131160.040.0300.552162.244.51
Hex6F717443037d822d
Octal15716116443067330255
Binary1101111111000111101001001101101111101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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