Html Css Color HEX #6D4F73 Fedora

📋 copy color: '#6D4F73'

red 109 ◦ green 79 ◦ blue 115

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

Shades of Fedora #6D4F73

Tints of Fedora #6D4F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

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

R = 35.97%
G = 26.07%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D4F73 (or 0x6D4F73) is known color: Fedora. HEX triplet: 6D, 4F and 73. RGB value is (109,79,115). Sum of RGB (Red+Green+Blue) = 109+79+115=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D4F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F73 is #92B08C. Grayscale: #5B5B5B. Windows color (decimal): -9613453 or 7556973. OLE color: 7556973.

HSL color Cylindrical-coordinate representation of color #6D4F73: hue angle of 290º 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 #6D4F73 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 79 115 -
CMYK 0.05 0.31 0 0.55
HSL 290º 0.19% 0.38% -
HSV(B) 290º 0.31% 0.45% -
XYZ 12.2 10.08 17.52 -
YUV 92.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 109 79 115 0.05 0.31 0 0.55 290 0.19 0.38
Hex 6D 4F 73 5 1F 0 37 122 13 26
Octal 155 117 163 5 37 0 67 442 23 46
Binary 1101101 1001111 1110011 101 11111 0 110111 100100010 10011 100110

Color Harmonies of #6D4F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F73

Black with #6D4F73

Text Example


Text Example

White with #6D4F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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