#68576B

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

Shades of Fedora #68576B

Tints of Fedora #68576B

Color information

#68576B (or 0x68576B) is unknown color: approx Fedora. HEX triplet: 68, 57 and 6B. RGB value is (104,87,107). Sum of RGB (Red+Green+Blue) = 104+87+107=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 107 - color contains mainly: blue. Hex color #68576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68576B is #97A894. Grayscale: #5E5E5E. Windows color (decimal): -9939093 or 7034728. OLE color: 7034728.

HSL color Cylindrical-coordinate representation of color #68576B: hue angle of 291º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68576B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10487107-
CMYK0.030.1900.58
HSL291º10.31%38.04%-
HSV(B)291º18.69%41.96%-
XYZ11.7710.8215.38-
YUV94.36135.13134.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=34.90%
G=29.19%
B=35.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104871070.030.1900.5829110.3138.04
Hex68576B31303A123a26
Octal1501271533230724431246
Binary110100010101111101011111001101110101001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68576B; }

 p { color: rgb(104,87,107); }

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

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

 a { background-color: rgb(104,87,107); }

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

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

 span { border-color: rgb(104,87,107); }

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