#685072

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

Shades of Fedora #685072

Tints of Fedora #685072

Color information

#685072 (or 0x685072) is unknown color: approx Fedora. HEX triplet: 68, 50 and 72. RGB value is (104,80,114). Sum of RGB (Red+Green+Blue) = 104+80+114=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #685072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685072 is #97AF8D. Grayscale: #5A5A5A. Windows color (decimal): -9940878 or 7491688. OLE color: 7491688.

HSL color Cylindrical-coordinate representation of color #685072: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685072 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10480114-
CMYK0.090.3000.55
HSL282.35º17.53%38.04%-
HSV(B)282.35º29.82%44.71%-
XYZ11.619.917.22-
YUV91.05140.95137.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=34.90%
G=26.85%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104801140.090.3000.55282.3517.5338.04
Hex68507291E03711a1226
Octal15012016211360674322246
Binary110100010100001110010100111110011011110001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685072; }

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

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

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

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

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

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

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

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