#6D4F6F

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

Shades of Fedora #6D4F6F

Tints of Fedora #6D4F6F

Color information

#6D4F6F (or 0x6D4F6F) is unknown color: approx Fedora. HEX triplet: 6D, 4F and 6F. RGB value is (109,79,111). Sum of RGB (Red+Green+Blue) = 109+79+111=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D4F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F6F is #92B090. Grayscale: #5B5B5B. Windows color (decimal): -9613457 or 7294829. OLE color: 7294829.

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

Color convert

RGB10979111-
CMYK0.020.2900.56
HSL296.25º16.84%37.25%-
HSV(B)296.25º28.83%43.53%-
XYZ11.979.9916.34-
YUV91.62138.94140.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=36.45%
G=26.42%
B=37.12%

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
Decimal109791110.020.2900.56296.2516.8437.25
Hex6D4F6F21D0381281125
Octal1551171572350704502145
Binary1101101100111111011111011101011100010010100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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