#6A566E

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

Shades of Fedora #6A566E

Tints of Fedora #6A566E

Color information

#6A566E (or 0x6A566E) is unknown color: approx Fedora. HEX triplet: 6A, 56 and 6E. RGB value is (106,86,110). Sum of RGB (Red+Green+Blue) = 106+86+110=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 86 (33.98% from 255 or 28.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 #6A566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A566E is #95A991. Grayscale: #5E5E5E. Windows color (decimal): -9808274 or 7231082. OLE color: 7231082.

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

Color convert

RGB10686110-
CMYK0.040.2200.57
HSL290º12.24%38.43%-
HSV(B)290º21.82%43.14%-
XYZ12.0910.8516.21-
YUV94.72136.63136.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=35.10%
G=28.48%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106861100.040.2200.5729012.2438.43
Hex6A566E416039122c26
Octal1521261564260714421446
Binary1101010101011011011101001011001110011001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,110); }

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

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

 a { background-color: rgb(106,86,110); }

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

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

 span { border-color: rgb(106,86,110); }

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