#6D5672

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

Shades of Fedora #6D5672

Tints of Fedora #6D5672

Color information

#6D5672 (or 0x6D5672) is unknown color: approx Fedora. HEX triplet: 6D, 56 and 72. RGB value is (109,86,114). Sum of RGB (Red+Green+Blue) = 109+86+114=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5672 is #92A98D. Grayscale: #5F5F5F. Windows color (decimal): -9611662 or 7493229. OLE color: 7493229.

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

Color convert

RGB10986114-
CMYK0.040.2500.55
HSL289.29º14%39.22%-
HSV(B)289.29º24.56%44.71%-
XYZ12.6711.1217.4-
YUV96.07138.12137.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=35.28%
G=27.83%
B=36.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109861140.040.2500.55289.291439.22
Hex6D5672419037121e27
Octal1551261624310674411647
Binary1101101101011011100101001100101101111001000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,114); }

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

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

 a { background-color: rgb(109,86,114); }

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

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

 span { border-color: rgb(109,86,114); }

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