#6B546D

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

Shades of Fedora #6B546D

Tints of Fedora #6B546D

Color information

#6B546D (or 0x6B546D) is unknown color: approx Fedora. HEX triplet: 6B, 54 and 6D. RGB value is (107,84,109). Sum of RGB (Red+Green+Blue) = 107+84+109=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B546D is #94AB92. Grayscale: #5D5D5D. Windows color (decimal): -9743251 or 7165035. OLE color: 7165035.

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

Color convert

RGB10784109-
CMYK0.020.2300.57
HSL295.2º12.95%37.84%-
HSV(B)295.2º22.94%42.75%-
XYZ11.9910.5715.88-
YUV93.73136.62137.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=35.67%
G=28%
B=36.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107841090.020.2300.57295.212.9537.84
Hex6B546D217039127d26
Octal1531241552270714471546
Binary110101110101001101101101011101110011001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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