Html Css Color HEX #6D4E73 Fedora

📋 copy color: '#6D4E73'

red 109 ◦ green 78 ◦ blue 115

#6D4E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #6D4E73

Tints of Fedora #6D4E73

RGB

 RED value IS 109 (42.97% from 255) = 36.09%

 GREEN value IS 78 (30.86% from 255) = 25.83%

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 36.09%
G = 25.83%
B = 38.08%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D4E73 (or 0x6D4E73) is known color: Fedora. HEX triplet: 6D, 4E and 73. RGB value is (109,78,115). Sum of RGB (Red+Green+Blue) = 109+78+115=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D4E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E73 is #92B18C. Grayscale: #5B5B5B. Windows color (decimal): -9613709 or 7556717. OLE color: 7556717.

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

Color convert

RGB 109 78 115 -
CMYK 0.05 0.32 0 0.55
HSL 290.27º 0.19% 0.38% -
HSV(B) 290.27º 0.32% 0.45% -
XYZ 12.13 9.94 17.5 -
YUV 91.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 109 78 115 0.05 0.32 0 0.55 290.27 0.19 0.38
Hex 6D 4E 73 5 20 0 37 122 13 26
Octal 155 116 163 5 40 0 67 442 23 46
Binary 1101101 1001110 1110011 101 100000 0 110111 100100010 10011 100110

Color Harmonies of #6D4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4E73

Black with #6D4E73

Text Example


Text Example

White with #6D4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,115); }

 H1.HeaderClassName
 {
   color: #6D4E73;
 }
 .AnyTagClassName
 {
   color: #6D4E73;
 }
</style>

background-color css

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

 a { background-color: rgb(109,78,115); }

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

border-color css

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

 span { border-color: rgb(109,78,115); }

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