#68526F

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

Shades of Fedora #68526F

Tints of Fedora #68526F

Color information

#68526F (or 0x68526F) is unknown color: approx Fedora. HEX triplet: 68, 52 and 6F. RGB value is (104,82,111). Sum of RGB (Red+Green+Blue) = 104+82+111=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #68526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68526F is #97AD90. Grayscale: #5B5B5B. Windows color (decimal): -9940369 or 7295592. OLE color: 7295592.

HSL color Cylindrical-coordinate representation of color #68526F: hue angle of 285.52º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68526F is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10482111-
CMYK0.060.2600.56
HSL285.52º15.03%37.84%-
HSV(B)285.52º26.13%43.53%-
XYZ11.610.1316.38-
YUV91.88138.79136.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=35.02%
G=27.61%
B=37.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104821110.060.2600.56285.5215.0337.84
Hex68526F61A03811ef26
Octal1501221576320704361746
Binary1101000101001011011111101101001110001000111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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