#685068

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

Shades of Fedora #685068

Tints of Fedora #685068

Color information

#685068 (or 0x685068) is unknown color: approx Fedora. HEX triplet: 68, 50 and 68. RGB value is (104,80,104). Sum of RGB (Red+Green+Blue) = 104+80+104=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685068 is #97AF97. Grayscale: #595959. Windows color (decimal): -9940888 or 6836328. OLE color: 6836328.

HSL color Cylindrical-coordinate representation of color #685068: hue angle of 300º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685068 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10480104-
CMYK00.2300.59
HSL300º13.04%36.08%-
HSV(B)300º23.08%40.78%-
XYZ11.089.6814.38-
YUV89.91135.95138.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=36.11%
G=27.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048010400.2300.5930013.0436.08
Hex68506801703B12cd24
Octal1501201500270734541544
Binary11010001010000110100001011101110111001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685068; }

 p { color: rgb(104,80,104); }

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

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

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

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

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

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

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