#6D506E

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

Shades of Fedora #6D506E

Tints of Fedora #6D506E

Color information

#6D506E (or 0x6D506E) is unknown color: approx Fedora. HEX triplet: 6D, 50 and 6E. RGB value is (109,80,110). Sum of RGB (Red+Green+Blue) = 109+80+110=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D506E is #92AF91. Grayscale: #5B5B5B. Windows color (decimal): -9613202 or 7229549. OLE color: 7229549.

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

Color convert

RGB10980110-
CMYK0.010.2700.57
HSL298º15.79%37.25%-
HSV(B)298º27.27%43.14%-
XYZ11.9910.1116.07-
YUV92.09138.11140.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=36.45%
G=26.76%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109801100.010.2700.5729815.7937.25
Hex6D506E11B03912a1025
Octal1551201561330714522045
Binary110110110100001101110111011011100110010101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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