#69566C

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

Shades of Fedora #69566C

Tints of Fedora #69566C

Color information

#69566C (or 0x69566C) is unknown color: approx Fedora. HEX triplet: 69, 56 and 6C. RGB value is (105,86,108). Sum of RGB (Red+Green+Blue) = 105+86+108=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #69566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69566C is #96A993. Grayscale: #5E5E5E. Windows color (decimal): -9873812 or 7100009. OLE color: 7100009.

HSL color Cylindrical-coordinate representation of color #69566C: hue angle of 291.82º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69566C is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10586108-
CMYK0.030.2000.58
HSL291.82º11.34%38.04%-
HSV(B)291.82º20.37%42.35%-
XYZ11.8610.7415.64-
YUV94.19135.79135.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=35.12%
G=28.76%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105861080.030.2000.58291.8211.3438.04
Hex69566C31403A124b26
Octal1511261543240724441346
Binary110100110101101101100111010001110101001001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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