#685169

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

Shades of Fedora #685169

Tints of Fedora #685169

Color information

#685169 (or 0x685169) is unknown color: approx Fedora. HEX triplet: 68, 51 and 69. RGB value is (104,81,105). Sum of RGB (Red+Green+Blue) = 104+81+105=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #685169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685169 is #97AE96. Grayscale: #5A5A5A. Windows color (decimal): -9940631 or 6902120. OLE color: 6902120.

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

Color convert

RGB10481105-
CMYK0.010.2300.59
HSL297.5º12.9%36.47%-
HSV(B)297.5º22.86%41.18%-
XYZ11.29.8514.68-
YUV90.61136.12137.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=35.86%
G=27.93%
B=36.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104811050.010.2300.59297.512.936.47
Hex68516911703B12ad24
Octal1501211511270734521544
Binary11010001010001110100111011101110111001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685169; }

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

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

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

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

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

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

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

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