#685471

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

Shades of Fedora #685471

Tints of Fedora #685471

Color information

#685471 (or 0x685471) is unknown color: approx Fedora. HEX triplet: 68, 54 and 71. RGB value is (104,84,113). Sum of RGB (Red+Green+Blue) = 104+84+113=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #685471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685471 is #97AB8E. Grayscale: #5D5D5D. Windows color (decimal): -9939855 or 7427176. OLE color: 7427176.

HSL color Cylindrical-coordinate representation of color #685471: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685471 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10484113-
CMYK0.080.2600.56
HSL281.38º14.72%38.63%-
HSV(B)281.38º25.66%44.31%-
XYZ11.8610.4817.02-
YUV93.29139.13135.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=34.55%
G=27.91%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104841130.080.2600.56281.3814.7238.63
Hex68547181A038119f27
Octal15012416110320704311747
Binary11010001010100111000110001101001110001000110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685471; }

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

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

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

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

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

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

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

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