#685069

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

Shades of Fedora #685069

Tints of Fedora #685069

Color information

#685069 (or 0x685069) is unknown color: approx Fedora. HEX triplet: 68, 50 and 69. RGB value is (104,80,105). Sum of RGB (Red+Green+Blue) = 104+80+105=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #685069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685069 is #97AF96. Grayscale: #595959. Windows color (decimal): -9940887 or 6901864. OLE color: 6901864.

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

Color convert

RGB10480105-
CMYK0.010.2400.59
HSL297.6º13.51%36.27%-
HSV(B)297.6º23.81%41.18%-
XYZ11.139.714.65-
YUV90.03136.45137.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=35.99%
G=27.68%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104801050.010.2400.59297.613.5136.27
Hex68506911803B12ae24
Octal1501201511300734521644
Binary11010001010000110100111100001110111001010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685069; }

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

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

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

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

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

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

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

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