#69586C

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

Shades of Fedora #69586C

Tints of Fedora #69586C

Color information

#69586C (or 0x69586C) is unknown color: approx Fedora. HEX triplet: 69, 58 and 6C. RGB value is (105,88,108). Sum of RGB (Red+Green+Blue) = 105+88+108=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 108 - color contains mainly: blue. Hex color #69586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69586C is #96A793. Grayscale: #5F5F5F. Windows color (decimal): -9873300 or 7100521. OLE color: 7100521.

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

Color convert

RGB10588108-
CMYK0.030.1900.58
HSL291º10.2%38.43%-
HSV(B)291º18.52%42.35%-
XYZ12.0211.0715.69-
YUV95.36135.13134.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=34.88%
G=29.24%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105881080.030.1900.5829110.238.43
Hex69586C31303A123a26
Octal1511301543230724431246
Binary110100110110001101100111001101110101001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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