#6F4F74

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

Shades of Fedora #6F4F74

Tints of Fedora #6F4F74

Color information

#6F4F74 (or 0x6F4F74) is unknown color: approx Fedora. HEX triplet: 6F, 4F and 74. RGB value is (111,79,116). Sum of RGB (Red+Green+Blue) = 111+79+116=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F4F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F74 is #90B08B. Grayscale: #5C5C5C. Windows color (decimal): -9482380 or 7622511. OLE color: 7622511.

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

Color convert

RGB11179116-
CMYK0.040.3200.55
HSL291.89º18.97%38.24%-
HSV(B)291.89º31.9%45.49%-
XYZ12.510.2317.84-
YUV92.79141.1140.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=36.27%
G=25.82%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111791160.040.3200.55291.8918.9738.24
Hex6F4F744200371241326
Octal1571171644400674442346
Binary110111110011111110100100100000011011110010010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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