#685869

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

Shades of Fedora #685869

Tints of Fedora #685869

Color information

#685869 (or 0x685869) is unknown color: approx Fedora. HEX triplet: 68, 58 and 69. RGB value is (104,88,105). Sum of RGB (Red+Green+Blue) = 104+88+105=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 105 - color contains mainly: blue. Hex color #685869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685869 is #97A796. Grayscale: #5E5E5E. Windows color (decimal): -9938839 or 6903912. OLE color: 6903912.

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

Color convert

RGB10488105-
CMYK0.010.1600.59
HSL296.47º8.81%37.84%-
HSV(B)296.47º16.19%41.18%-
XYZ11.7510.9414.86-
YUV94.72133.8134.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=35.02%
G=29.63%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104881050.010.1600.59296.478.8137.84
Hex68586911003B128926
Octal1501301511200734501146
Binary11010001011000110100111000001110111001010001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685869; }

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

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

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

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

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

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

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

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