#6D536E

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

Shades of Fedora #6D536E

Tints of Fedora #6D536E

Color information

#6D536E (or 0x6D536E) is unknown color: approx Fedora. HEX triplet: 6D, 53 and 6E. RGB value is (109,83,110). Sum of RGB (Red+Green+Blue) = 109+83+110=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D536E is #92AC91. Grayscale: #5D5D5D. Windows color (decimal): -9612434 or 7230317. OLE color: 7230317.

HSL color Cylindrical-coordinate representation of color #6D536E: hue angle of 297.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D536E is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10983110-
CMYK0.010.2500.57
HSL297.78º13.99%37.84%-
HSV(B)297.78º24.55%43.14%-
XYZ12.2110.5616.15-
YUV93.85137.11138.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=36.09%
G=27.48%
B=36.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109831100.010.2500.57297.7813.9937.84
Hex6D536E11903912ae26
Octal1551231561310714521646
Binary11011011010011110111011100101110011001010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,110); }

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

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

 a { background-color: rgb(109,83,110); }

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

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

 span { border-color: rgb(109,83,110); }

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