#6B4F6F

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

Shades of Fedora #6B4F6F

Tints of Fedora #6B4F6F

Color information

#6B4F6F (or 0x6B4F6F) is unknown color: approx Fedora. HEX triplet: 6B, 4F and 6F. RGB value is (107,79,111). Sum of RGB (Red+Green+Blue) = 107+79+111=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B4F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F6F is #94B090. Grayscale: #5A5A5A. Windows color (decimal): -9744529 or 7294827. OLE color: 7294827.

HSL color Cylindrical-coordinate representation of color #6B4F6F: hue angle of 292.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B4F6F is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10779111-
CMYK0.040.2900.56
HSL292.5º16.84%37.25%-
HSV(B)292.5º28.83%43.53%-
XYZ11.739.8716.32-
YUV91.02139.28139.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=36.03%
G=26.60%
B=37.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107791110.040.2900.56292.516.8437.25
Hex6B4F6F41D0381241125
Octal1531171574350704442145
Binary11010111001111110111110011101011100010010010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,111); }

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

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

 a { background-color: rgb(107,79,111); }

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

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

 span { border-color: rgb(107,79,111); }

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