#6A526E

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

Shades of Fedora #6A526E

Tints of Fedora #6A526E

Color information

#6A526E (or 0x6A526E) is unknown color: approx Fedora. HEX triplet: 6A, 52 and 6E. RGB value is (106,82,110). Sum of RGB (Red+Green+Blue) = 106+82+110=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A526E is #95AD91. Grayscale: #5C5C5C. Windows color (decimal): -9809298 or 7230058. OLE color: 7230058.

HSL color Cylindrical-coordinate representation of color #6A526E: hue angle of 291.43º degrees, saturation: 0.15, 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 #6A526E is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10682110-
CMYK0.040.2500.57
HSL291.43º14.58%37.65%-
HSV(B)291.43º25.45%43.14%-
XYZ11.7810.2216.1-
YUV92.37137.95137.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=35.57%
G=27.52%
B=36.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106821100.040.2500.57291.4314.5837.65
Hex6A526E419039123f26
Octal1521221564310714431746
Binary1101010101001011011101001100101110011001000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A526E; }

 p { color: rgb(106,82,110); }

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

<style>
 a { background-color: #6A526E; }

 a { background-color: rgb(106,82,110); }

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

<style>
 span { border-color: #6A526E; }

 span { border-color: rgb(106,82,110); }

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