#685371

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

Shades of Fedora #685371

Tints of Fedora #685371

Color information

#685371 (or 0x685371) is unknown color: approx Fedora. HEX triplet: 68, 53 and 71. RGB value is (104,83,113). Sum of RGB (Red+Green+Blue) = 104+83+113=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #685371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685371 is #97AC8E. Grayscale: #5C5C5C. Windows color (decimal): -9940111 or 7426920. OLE color: 7426920.

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

Color convert

RGB10483113-
CMYK0.080.2700.56
HSL282º15.31%38.43%-
HSV(B)282º26.55%44.31%-
XYZ11.7810.3216.99-
YUV92.7139.46136.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=34.67%
G=27.67%
B=37.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104831130.080.2700.5628215.3138.43
Hex68537181B03811af26
Octal15012316110330704321746
Binary11010001010011111000110001101101110001000110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685371; }

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

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

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

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

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

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

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

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