#6A536E

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

Shades of Fedora #6A536E

Tints of Fedora #6A536E

Color information

#6A536E (or 0x6A536E) is unknown color: approx Fedora. HEX triplet: 6A, 53 and 6E. RGB value is (106,83,110). Sum of RGB (Red+Green+Blue) = 106+83+110=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A536E is #95AC91. Grayscale: #5C5C5C. Windows color (decimal): -9809042 or 7230314. OLE color: 7230314.

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

Color convert

RGB10683110-
CMYK0.040.2500.57
HSL291.11º13.99%37.84%-
HSV(B)291.11º24.55%43.14%-
XYZ11.8510.3816.13-
YUV92.96137.62137.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=35.45%
G=27.76%
B=36.79%

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
Decimal106831100.040.2500.57291.1113.9937.84
Hex6A536E419039123e26
Octal1521231564310714431646
Binary1101010101001111011101001100101110011001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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