#685468

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

Shades of Fedora #685468

Tints of Fedora #685468

Color information

#685468 (or 0x685468) is unknown color: approx Fedora. HEX triplet: 68, 54 and 68. RGB value is (104,84,104). Sum of RGB (Red+Green+Blue) = 104+84+104=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685468 is #97AB97. Grayscale: #5C5C5C. Windows color (decimal): -9939864 or 6837352. OLE color: 6837352.

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

Color convert

RGB10484104-
CMYK00.1900.59
HSL300º10.64%36.86%-
HSV(B)300º19.23%40.78%-
XYZ11.3810.2814.48-
YUV92.26134.63136.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=35.62%
G=28.77%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048410400.1900.5930010.6436.86
Hex68546801303B12cb25
Octal1501241500230734541345
Binary11010001010100110100001001101110111001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685468; }

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

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

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

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

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

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

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

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