#685071

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

Shades of Fedora #685071

Tints of Fedora #685071

Color information

#685071 (or 0x685071) is unknown color: approx Fedora. HEX triplet: 68, 50 and 71. RGB value is (104,80,113). Sum of RGB (Red+Green+Blue) = 104+80+113=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #685071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685071 is #97AF8E. Grayscale: #5A5A5A. Windows color (decimal): -9940879 or 7426152. OLE color: 7426152.

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

Color convert

RGB10480113-
CMYK0.080.2900.56
HSL283.64º17.1%37.84%-
HSV(B)283.64º29.2%44.31%-
XYZ11.569.8716.92-
YUV90.94140.45137.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=35.02%
G=26.94%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104801130.080.2900.56283.6417.137.84
Hex68507181D03811c1126
Octal15012016110350704342146
Binary110100010100001110001100011101011100010001110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685071; }

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

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

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

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

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

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

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

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