#6F5071

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

Shades of Fedora #6F5071

Tints of Fedora #6F5071

Color information

#6F5071 (or 0x6F5071) is unknown color: approx Fedora. HEX triplet: 6F, 50 and 71. RGB value is (111,80,113). Sum of RGB (Red+Green+Blue) = 111+80+113=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5071 is #90AF8E. Grayscale: #5C5C5C. Windows color (decimal): -9482127 or 7426159. OLE color: 7426159.

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

Color convert

RGB11180113-
CMYK0.020.2900.56
HSL296.36º17.1%37.84%-
HSV(B)296.36º29.2%44.31%-
XYZ12.410.3116.96-
YUV93.03139.27140.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=36.51%
G=26.32%
B=37.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111801130.020.2900.56296.3617.137.84
Hex6F507121D0381281126
Octal1571201612350704502146
Binary1101111101000011100011011101011100010010100010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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