#686469

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

Shades of Fedora #686469

Tints of Fedora #686469

Color information

#686469 (or 0x686469) is unknown color: approx Fedora. HEX triplet: 68, 64 and 69. RGB value is (104,100,105). Sum of RGB (Red+Green+Blue) = 104+100+105=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 105 - color contains mainly: blue. Hex color #686469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686469 is #979B96. Grayscale: #656565. Windows color (decimal): -9935767 or 6906984. OLE color: 6906984.

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

Color convert

RGB104100105-
CMYK0.010.0500.59
HSL288º2.44%40.2%-
HSV(B)288º4.76%41.18%-
XYZ12.8213.0815.21-
YUV101.77129.83129.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=33.66%
G=32.36%
B=33.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041001050.010.0500.592882.4440.2
Hex6864691503B120228
Octal15014415115073440250
Binary1101000110010011010011101011101110010000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686469; }

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

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

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

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

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

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

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

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