#68506C

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

Shades of Fedora #68506C

Tints of Fedora #68506C

Color information

#68506C (or 0x68506C) is unknown color: approx Fedora. HEX triplet: 68, 50 and 6C. RGB value is (104,80,108). Sum of RGB (Red+Green+Blue) = 104+80+108=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #68506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68506C is #97AF93. Grayscale: #5A5A5A. Windows color (decimal): -9940884 or 7098472. OLE color: 7098472.

HSL color Cylindrical-coordinate representation of color #68506C: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68506C is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10480108-
CMYK0.040.2600.58
HSL291.43º14.89%36.86%-
HSV(B)291.43º25.93%42.35%-
XYZ11.289.7615.48-
YUV90.37137.95137.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=35.62%
G=27.40%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104801080.040.2600.58291.4314.8936.86
Hex68506C41A03A123f25
Octal1501201544320724431745
Binary1101000101000011011001001101001110101001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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