#68536A

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

Shades of Fedora #68536A

Tints of Fedora #68536A

Color information

#68536A (or 0x68536A) is unknown color: approx Fedora. HEX triplet: 68, 53 and 6A. RGB value is (104,83,106). Sum of RGB (Red+Green+Blue) = 104+83+106=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #68536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68536A is #97AC95. Grayscale: #5B5B5B. Windows color (decimal): -9940118 or 6968168. OLE color: 6968168.

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

Color convert

RGB10483106-
CMYK0.020.2200.58
HSL294.78º12.17%37.06%-
HSV(B)294.78º21.7%41.57%-
XYZ11.410.1715-
YUV91.9135.96136.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=35.49%
G=28.33%
B=36.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104831060.020.2200.58294.7812.1737.06
Hex68536A21603A127c25
Octal1501231522260724471445
Binary110100010100111101010101011001110101001001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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