#68556A

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

Shades of Fedora #68556A

Tints of Fedora #68556A

Color information

#68556A (or 0x68556A) is unknown color: approx Fedora. HEX triplet: 68, 55 and 6A. RGB value is (104,85,106). Sum of RGB (Red+Green+Blue) = 104+85+106=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #68556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68556A is #97AA95. Grayscale: #5D5D5D. Windows color (decimal): -9939606 or 6968680. OLE color: 6968680.

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

Color convert

RGB10485106-
CMYK0.020.2000.58
HSL294.29º10.99%37.45%-
HSV(B)294.29º19.81%41.57%-
XYZ11.5610.4815.05-
YUV93.08135.29135.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=35.25%
G=28.81%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104851060.020.2000.58294.2910.9937.45
Hex68556A21403A126b25
Octal1501251522240724461345
Binary110100010101011101010101010001110101001001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68556A; }

 p { color: rgb(104,85,106); }

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

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

 a { background-color: rgb(104,85,106); }

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

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

 span { border-color: rgb(104,85,106); }

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