#68516D

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

Shades of Fedora #68516D

Tints of Fedora #68516D

Color information

#68516D (or 0x68516D) is unknown color: approx Fedora. HEX triplet: 68, 51 and 6D. RGB value is (104,81,109). Sum of RGB (Red+Green+Blue) = 104+81+109=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #68516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68516D is #97AE92. Grayscale: #5A5A5A. Windows color (decimal): -9940627 or 7164264. OLE color: 7164264.

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

Color convert

RGB10481109-
CMYK0.050.2600.57
HSL289.29º14.74%37.25%-
HSV(B)289.29º25.69%42.75%-
XYZ11.419.9315.78-
YUV91.07138.12137.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=35.37%
G=27.55%
B=37.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104811090.050.2600.57289.2914.7437.25
Hex68516D51A039121f25
Octal1501211555320714411745
Binary1101000101000111011011011101001110011001000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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