#6B5371

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

Shades of Fedora #6B5371

Tints of Fedora #6B5371

Color information

#6B5371 (or 0x6B5371) is unknown color: approx Fedora. HEX triplet: 6B, 53 and 71. RGB value is (107,83,113). Sum of RGB (Red+Green+Blue) = 107+83+113=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5371 is #94AC8E. Grayscale: #5D5D5D. Windows color (decimal): -9743503 or 7426923. OLE color: 7426923.

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

Color convert

RGB10783113-
CMYK0.050.2700.56
HSL288º15.31%38.43%-
HSV(B)288º26.55%44.31%-
XYZ12.1410.517.01-
YUV93.6138.95137.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=35.31%
G=27.39%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107831130.050.2700.5628815.3138.43
Hex6B537151B038120f26
Octal1531231615330704401746
Binary1101011101001111100011011101101110001001000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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