#6B5671

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

Shades of Fedora #6B5671

Tints of Fedora #6B5671

Color information

#6B5671 (or 0x6B5671) is unknown color: approx Fedora. HEX triplet: 6B, 56 and 71. RGB value is (107,86,113). Sum of RGB (Red+Green+Blue) = 107+86+113=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5671 is #94A98E. Grayscale: #5F5F5F. Windows color (decimal): -9742735 or 7427691. OLE color: 7427691.

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

Color convert

RGB10786113-
CMYK0.050.2400.56
HSL286.67º13.57%39.02%-
HSV(B)286.67º23.89%44.31%-
XYZ12.3710.9717.09-
YUV95.36137.96136.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=34.97%
G=28.10%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107861130.050.2400.56286.6713.5739.02
Hex6B567151803811fe27
Octal1531261615300704371647
Binary1101011101011011100011011100001110001000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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