#6B4F73

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

Shades of Fedora #6B4F73

Tints of Fedora #6B4F73

Color information

#6B4F73 (or 0x6B4F73) is unknown color: approx Fedora. HEX triplet: 6B, 4F and 73. RGB value is (107,79,115). Sum of RGB (Red+Green+Blue) = 107+79+115=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B4F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F73 is #94B08C. Grayscale: #5B5B5B. Windows color (decimal): -9744525 or 7556971. OLE color: 7556971.

HSL color Cylindrical-coordinate representation of color #6B4F73: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4F73 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10779115-
CMYK0.070.3100.55
HSL286.67º18.56%38.04%-
HSV(B)286.67º31.3%45.1%-
XYZ11.959.9617.51-
YUV91.48141.28139.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=35.55%
G=26.25%
B=38.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107791150.070.3100.55286.6718.5638.04
Hex6B4F7371F03711f1326
Octal1531171637370674372346
Binary11010111001111111001111111111011011110001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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