#685469

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

Shades of Fedora #685469

Tints of Fedora #685469

Color information

#685469 (or 0x685469) is unknown color: approx Fedora. HEX triplet: 68, 54 and 69. RGB value is (104,84,105). Sum of RGB (Red+Green+Blue) = 104+84+105=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #685469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685469 is #97AB96. Grayscale: #5C5C5C. Windows color (decimal): -9939863 or 6902888. OLE color: 6902888.

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

Color convert

RGB10484105-
CMYK0.010.2000.59
HSL297.14º11.11%37.06%-
HSV(B)297.14º20%41.18%-
XYZ11.4310.314.75-
YUV92.37135.13136.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=35.49%
G=28.67%
B=35.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104841050.010.2000.59297.1411.1137.06
Hex68546911403B129b25
Octal1501241511240734511345
Binary11010001010100110100111010001110111001010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685469; }

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

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

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

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

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

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

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

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