#68526D

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

Shades of Fedora #68526D

Tints of Fedora #68526D

Color information

#68526D (or 0x68526D) is unknown color: approx Fedora. HEX triplet: 68, 52 and 6D. RGB value is (104,82,109). Sum of RGB (Red+Green+Blue) = 104+82+109=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #68526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68526D is #97AD92. Grayscale: #5B5B5B. Windows color (decimal): -9940371 or 7164520. OLE color: 7164520.

HSL color Cylindrical-coordinate representation of color #68526D: hue angle of 288.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68526D is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10482109-
CMYK0.050.2500.57
HSL288.89º14.14%37.45%-
HSV(B)288.89º24.77%42.75%-
XYZ11.4910.0815.81-
YUV91.66137.79136.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=35.25%
G=27.80%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104821090.050.2500.57288.8914.1437.45
Hex68526D519039121e25
Octal1501221555310714411645
Binary1101000101001011011011011100101110011001000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68526D; }

 p { color: rgb(104,82,109); }

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

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

 a { background-color: rgb(104,82,109); }

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

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

 span { border-color: rgb(104,82,109); }

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