#685969

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

Shades of Fedora #685969

Tints of Fedora #685969

Color information

#685969 (or 0x685969) is unknown color: approx Fedora. HEX triplet: 68, 59 and 69. RGB value is (104,89,105). Sum of RGB (Red+Green+Blue) = 104+89+105=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #685969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685969 is #97A696. Grayscale: #5F5F5F. Windows color (decimal): -9938583 or 6904168. OLE color: 6904168.

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

Color convert

RGB10489105-
CMYK0.010.1500.59
HSL296.25º8.25%38.04%-
HSV(B)296.25º15.24%41.18%-
XYZ11.8311.1114.89-
YUV95.31133.47134.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=34.90%
G=29.87%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104891050.010.1500.59296.258.2538.04
Hex6859691F03B128826
Octal1501311511170734501046
Binary1101000101100111010011111101110111001010001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685969; }

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

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

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

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

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

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

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

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