#685171

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

Shades of Fedora #685171

Tints of Fedora #685171

Color information

#685171 (or 0x685171) is unknown color: approx Fedora. HEX triplet: 68, 51 and 71. RGB value is (104,81,113). Sum of RGB (Red+Green+Blue) = 104+81+113=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #685171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685171 is #97AE8E. Grayscale: #5B5B5B. Windows color (decimal): -9940623 or 7426408. OLE color: 7426408.

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

Color convert

RGB10481113-
CMYK0.080.2800.56
HSL283.12º16.49%38.04%-
HSV(B)283.12º28.32%44.31%-
XYZ11.6310.0216.94-
YUV91.52140.12136.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=34.90%
G=27.18%
B=37.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104811130.080.2800.56283.1216.4938.04
Hex68517181C03811b1026
Octal15012116110340704332046
Binary110100010100011110001100011100011100010001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685171; }

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

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

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

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

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

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

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

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