#68566C

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

Shades of Fedora #68566C

Tints of Fedora #68566C

Color information

#68566C (or 0x68566C) is unknown color: approx Fedora. HEX triplet: 68, 56 and 6C. RGB value is (104,86,108). Sum of RGB (Red+Green+Blue) = 104+86+108=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #68566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68566C is #97A993. Grayscale: #5D5D5D. Windows color (decimal): -9939348 or 7100008. OLE color: 7100008.

HSL color Cylindrical-coordinate representation of color #68566C: hue angle of 289.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68566C is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10486108-
CMYK0.040.2000.58
HSL289.09º11.34%38.04%-
HSV(B)289.09º20.37%42.35%-
XYZ11.7410.6815.63-
YUV93.89135.96135.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=34.90%
G=28.86%
B=36.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104861080.040.2000.58289.0911.3438.04
Hex68566C41403A121b26
Octal1501261544240724411346
Binary1101000101011011011001001010001110101001000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68566C; }

 p { color: rgb(104,86,108); }

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

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

 a { background-color: rgb(104,86,108); }

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

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

 span { border-color: rgb(104,86,108); }

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