#6A5170

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

Shades of Fedora #6A5170

Tints of Fedora #6A5170

Color information

#6A5170 (or 0x6A5170) is unknown color: approx Fedora. HEX triplet: 6A, 51 and 70. RGB value is (106,81,112). Sum of RGB (Red+Green+Blue) = 106+81+112=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A5170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5170 is #95AE8F. Grayscale: #5B5B5B. Windows color (decimal): -9809552 or 7360874. OLE color: 7360874.

HSL color Cylindrical-coordinate representation of color #6A5170: hue angle of 288.39º 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 #6A5170 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10681112-
CMYK0.050.2800.56
HSL288.39º16.06%37.84%-
HSV(B)288.39º27.68%43.92%-
XYZ11.8110.1216.66-
YUV92.01139.28137.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=35.45%
G=27.09%
B=37.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106811120.050.2800.56288.3916.0637.84
Hex6A517051C0381201026
Octal1521211605340704402046
Binary11010101010001111000010111100011100010010000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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