#685569

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

Shades of Fedora #685569

Tints of Fedora #685569

Color information

#685569 (or 0x685569) is unknown color: approx Fedora. HEX triplet: 68, 55 and 69. RGB value is (104,85,105). Sum of RGB (Red+Green+Blue) = 104+85+105=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #685569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685569 is #97AA96. Grayscale: #5C5C5C. Windows color (decimal): -9939607 or 6903144. OLE color: 6903144.

HSL color Cylindrical-coordinate representation of color #685569: hue angle of 297º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685569 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10485105-
CMYK0.010.1900.59
HSL297º10.53%37.25%-
HSV(B)297º19.05%41.18%-
XYZ11.5110.4614.78-
YUV92.96134.79135.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=35.37%
G=28.91%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104851050.010.1900.5929710.5337.25
Hex68556911303B129b25
Octal1501251511230734511345
Binary11010001010101110100111001101110111001010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685569; }

 p { color: rgb(104,85,105); }

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

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

 a { background-color: rgb(104,85,105); }

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

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

 span { border-color: rgb(104,85,105); }

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