#685472

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

Shades of Fedora #685472

Tints of Fedora #685472

Color information

#685472 (or 0x685472) is unknown color: approx Fedora. HEX triplet: 68, 54 and 72. RGB value is (104,84,114). Sum of RGB (Red+Green+Blue) = 104+84+114=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #685472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685472 is #97AB8D. Grayscale: #5D5D5D. Windows color (decimal): -9939854 or 7492712. OLE color: 7492712.

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

Color convert

RGB10484114-
CMYK0.090.2600.55
HSL280º15.15%38.82%-
HSV(B)280º26.32%44.71%-
XYZ11.9210.517.32-
YUV93.4139.63135.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=34.44%
G=27.81%
B=37.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104841140.090.2600.5528015.1538.82
Hex68547291A037118f27
Octal15012416211320674301747
Binary11010001010100111001010011101001101111000110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685472; }

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

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

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

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

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

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

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

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