#6D556F

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

Shades of Fedora #6D556F

Tints of Fedora #6D556F

Color information

#6D556F (or 0x6D556F) is unknown color: approx Fedora. HEX triplet: 6D, 55 and 6F. RGB value is (109,85,111). Sum of RGB (Red+Green+Blue) = 109+85+111=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D556F is #92AA90. Grayscale: #5F5F5F. Windows color (decimal): -9611921 or 7296365. OLE color: 7296365.

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

Color convert

RGB10985111-
CMYK0.020.2300.56
HSL295.38º13.27%38.43%-
HSV(B)295.38º23.42%43.53%-
XYZ12.4210.916.49-
YUV95.14136.95137.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=35.74%
G=27.87%
B=36.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109851110.020.2300.56295.3813.2738.43
Hex6D556F217038127d26
Octal1551251572270704471546
Binary110110110101011101111101011101110001001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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