#6F5171

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

Shades of Fedora #6F5171

Tints of Fedora #6F5171

Color information

#6F5171 (or 0x6F5171) is unknown color: approx Fedora. HEX triplet: 6F, 51 and 71. RGB value is (111,81,113). Sum of RGB (Red+Green+Blue) = 111+81+113=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5171 is #90AE8E. Grayscale: #5D5D5D. Windows color (decimal): -9481871 or 7426415. OLE color: 7426415.

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

Color convert

RGB11181113-
CMYK0.020.2800.56
HSL296.25º16.49%38.04%-
HSV(B)296.25º28.32%44.31%-
XYZ12.4810.4616.98-
YUV93.62138.94140.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=36.39%
G=26.56%
B=37.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111811130.020.2800.56296.2516.4938.04
Hex6F517121C0381281026
Octal1571211612340704502046
Binary1101111101000111100011011100011100010010100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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