#6A5171

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

Shades of Fedora #6A5171

Tints of Fedora #6A5171

Color information

#6A5171 (or 0x6A5171) is unknown color: approx Fedora. HEX triplet: 6A, 51 and 71. RGB value is (106,81,113). Sum of RGB (Red+Green+Blue) = 106+81+113=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5171 is #95AE8E. Grayscale: #5C5C5C. Windows color (decimal): -9809551 or 7426410. OLE color: 7426410.

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

Color convert

RGB10681113-
CMYK0.060.2800.56
HSL286.88º16.49%38.04%-
HSV(B)286.88º28.32%44.31%-
XYZ11.8710.1416.95-
YUV92.12139.78137.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=35.33%
G=27%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106811130.060.2800.56286.8816.4938.04
Hex6A517161C03811f1026
Octal1521211616340704372046
Binary11010101010001111000111011100011100010001111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,113); }

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

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

 a { background-color: rgb(106,81,113); }

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

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

 span { border-color: rgb(106,81,113); }

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