#68536E

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

Shades of Fedora #68536E

Tints of Fedora #68536E

Color information

#68536E (or 0x68536E) is unknown color: approx Fedora. HEX triplet: 68, 53 and 6E. RGB value is (104,83,110). Sum of RGB (Red+Green+Blue) = 104+83+110=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #68536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68536E is #97AC91. Grayscale: #5C5C5C. Windows color (decimal): -9940114 or 7230312. OLE color: 7230312.

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

Color convert

RGB10483110-
CMYK0.050.2500.57
HSL286.67º13.99%37.84%-
HSV(B)286.67º24.55%43.14%-
XYZ11.6210.2616.12-
YUV92.36137.96136.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=35.02%
G=27.95%
B=37.04%

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
Decimal104831100.050.2500.57286.6713.9937.84
Hex68536E51903911fe26
Octal1501231565310714371646
Binary1101000101001111011101011100101110011000111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68536E; }

 p { color: rgb(104,83,110); }

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

<style>
 a { background-color: #68536E; }

 a { background-color: rgb(104,83,110); }

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

<style>
 span { border-color: #68536E; }

 span { border-color: rgb(104,83,110); }

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