#6A586D

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

Shades of Fedora #6A586D

Tints of Fedora #6A586D

Color information

#6A586D (or 0x6A586D) is unknown color: approx Fedora. HEX triplet: 6A, 58 and 6D. RGB value is (106,88,109). Sum of RGB (Red+Green+Blue) = 106+88+109=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A586D is #95A792. Grayscale: #5F5F5F. Windows color (decimal): -9807763 or 7166058. OLE color: 7166058.

HSL color Cylindrical-coordinate representation of color #6A586D: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A586D is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10688109-
CMYK0.030.1900.57
HSL291.43º10.66%38.63%-
HSV(B)291.43º19.27%42.75%-
XYZ12.1911.1515.98-
YUV95.78135.46135.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=34.98%
G=29.04%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106881090.030.1900.57291.4310.6638.63
Hex6A586D313039123b27
Octal1521301553230714431347
Binary110101010110001101101111001101110011001000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,109); }

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

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

 a { background-color: rgb(106,88,109); }

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

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

 span { border-color: rgb(106,88,109); }

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