#685F69

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

Shades of Fedora #685F69

Tints of Fedora #685F69

Color information

#685F69 (or 0x685F69) is unknown color: approx Fedora. HEX triplet: 68, 5F and 69. RGB value is (104,95,105). Sum of RGB (Red+Green+Blue) = 104+95+105=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 105 - color contains mainly: blue. Hex color #685F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F69 is #97A096. Grayscale: #626262. Windows color (decimal): -9937047 or 6905704. OLE color: 6905704.

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

Color convert

RGB10495105-
CMYK0.010.1000.59
HSL294º5%39.22%-
HSV(B)294º9.52%41.18%-
XYZ12.3512.1515.06-
YUV98.83131.48131.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=34.21%
G=31.25%
B=34.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104951050.010.1000.59294539.22
Hex685F691A03B126527
Octal150137151112073446547
Binary110100010111111101001110100111011100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685F69; }

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

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

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

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

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

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

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

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