#6B5471

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

Shades of Fedora #6B5471

Tints of Fedora #6B5471

Color information

#6B5471 (or 0x6B5471) is unknown color: approx Fedora. HEX triplet: 6B, 54 and 71. RGB value is (107,84,113). Sum of RGB (Red+Green+Blue) = 107+84+113=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5471 is #94AB8E. Grayscale: #5E5E5E. Windows color (decimal): -9743247 or 7427179. OLE color: 7427179.

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

Color convert

RGB10784113-
CMYK0.050.2600.56
HSL287.59º14.72%38.63%-
HSV(B)287.59º25.66%44.31%-
XYZ12.2110.6617.04-
YUV94.18138.62137.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=35.20%
G=27.63%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107841130.050.2600.56287.5914.7238.63
Hex6B547151A038120f27
Octal1531241615320704401747
Binary1101011101010011100011011101001110001001000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,113); }

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

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

 a { background-color: rgb(107,84,113); }

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

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

 span { border-color: rgb(107,84,113); }

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