#6F5372

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

Shades of Fedora #6F5372

Tints of Fedora #6F5372

Color information

#6F5372 (or 0x6F5372) is unknown color: approx Fedora. HEX triplet: 6F, 53 and 72. RGB value is (111,83,114). Sum of RGB (Red+Green+Blue) = 111+83+114=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5372 is #90AC8D. Grayscale: #5E5E5E. Windows color (decimal): -9481358 or 7492463. OLE color: 7492463.

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

Color convert

RGB11183114-
CMYK0.030.2700.55
HSL294.19º15.74%38.63%-
HSV(B)294.19º27.19%44.71%-
XYZ12.6910.7817.33-
YUV94.91138.78139.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=36.04%
G=26.95%
B=37.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111831140.030.2700.55294.1915.7438.63
Hex6F537231B0371261027
Octal1571231623330674462047
Binary1101111101001111100101111011011011110010011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,114); }

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

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

 a { background-color: rgb(111,83,114); }

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

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

 span { border-color: rgb(111,83,114); }

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