#69566E

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

Shades of Fedora #69566E

Tints of Fedora #69566E

Color information

#69566E (or 0x69566E) is unknown color: approx Fedora. HEX triplet: 69, 56 and 6E. RGB value is (105,86,110). Sum of RGB (Red+Green+Blue) = 105+86+110=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 110 - color contains mainly: blue. Hex color #69566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69566E is #96A991. Grayscale: #5E5E5E. Windows color (decimal): -9873810 or 7231081. OLE color: 7231081.

HSL color Cylindrical-coordinate representation of color #69566E: hue angle of 287.5º 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 #69566E is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10586110-
CMYK0.050.2200.57
HSL287.5º12.24%38.43%-
HSV(B)287.5º21.82%43.14%-
XYZ11.9710.7816.2-
YUV94.42136.79135.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=34.88%
G=28.57%
B=36.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105861100.050.2200.57287.512.2438.43
Hex69566E516039120c26
Octal1511261565260714401446
Binary1101001101011011011101011011001110011001000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69566E; }

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

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

<style>
 a { background-color: #69566E; }

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

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

<style>
 span { border-color: #69566E; }

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

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