#68596E

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

Shades of Fedora #68596E

Tints of Fedora #68596E

Color information

#68596E (or 0x68596E) is unknown color: approx Fedora. HEX triplet: 68, 59 and 6E. RGB value is (104,89,110). Sum of RGB (Red+Green+Blue) = 104+89+110=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #68596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68596E is #97A691. Grayscale: #5F5F5F. Windows color (decimal): -9938578 or 7231848. OLE color: 7231848.

HSL color Cylindrical-coordinate representation of color #68596E: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68596E is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10489110-
CMYK0.050.1900.57
HSL282.86º10.55%39.02%-
HSV(B)282.86º19.09%43.14%-
XYZ12.111.2116.28-
YUV95.88135.97133.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=34.32%
G=29.37%
B=36.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104891100.050.1900.57282.8610.5539.02
Hex68596E51303911bb27
Octal1501311565230714331347
Binary1101000101100111011101011001101110011000110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68596E; }

 p { color: rgb(104,89,110); }

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

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

 a { background-color: rgb(104,89,110); }

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

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

 span { border-color: rgb(104,89,110); }

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