#6B586D

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

Shades of Fedora #6B586D

Tints of Fedora #6B586D

Color information

#6B586D (or 0x6B586D) is unknown color: approx Fedora. HEX triplet: 6B, 58 and 6D. RGB value is (107,88,109). Sum of RGB (Red+Green+Blue) = 107+88+109=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B586D is #94A792. Grayscale: #606060. Windows color (decimal): -9742227 or 7166059. OLE color: 7166059.

HSL color Cylindrical-coordinate representation of color #6B586D: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B586D is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10788109-
CMYK0.020.1900.57
HSL294.29º10.66%38.63%-
HSV(B)294.29º19.27%42.75%-
XYZ12.3111.2115.98-
YUV96.08135.29135.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=35.20%
G=28.95%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107881090.020.1900.57294.2910.6638.63
Hex6B586D213039126b27
Octal1531301552230714461347
Binary110101110110001101101101001101110011001001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,109); }

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

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

 a { background-color: rgb(107,88,109); }

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

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

 span { border-color: rgb(107,88,109); }

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