#69566F

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

Shades of Fedora #69566F

Tints of Fedora #69566F

Color information

#69566F (or 0x69566F) is unknown color: approx Fedora. HEX triplet: 69, 56 and 6F. RGB value is (105,86,111). Sum of RGB (Red+Green+Blue) = 105+86+111=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #69566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69566F is #96A990. Grayscale: #5E5E5E. Windows color (decimal): -9873809 or 7296617. OLE color: 7296617.

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

Color convert

RGB10586111-
CMYK0.050.2300.56
HSL285.6º12.69%38.63%-
HSV(B)285.6º22.52%43.53%-
XYZ12.0210.8116.49-
YUV94.53137.29135.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=34.77%
G=28.48%
B=36.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105861110.050.2300.56285.612.6938.63
Hex69566F51703811ed27
Octal1511261575270704361547
Binary1101001101011011011111011011101110001000111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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