Html Css Color HEX #6D4F72 Fedora

📋 copy color: '#6D4F72'

red 109 ◦ green 79 ◦ blue 114

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

Shades of Fedora #6D4F72

Tints of Fedora #6D4F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 36.09%
G = 26.16%
B = 37.75%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D4F72 (or 0x6D4F72) is known color: Fedora. HEX triplet: 6D, 4F and 72. RGB value is (109,79,114). Sum of RGB (Red+Green+Blue) = 109+79+114=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F72 is #92B08D. Grayscale: #5B5B5B. Windows color (decimal): -9613454 or 7491437. OLE color: 7491437.

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

Color convert

RGB 109 79 114 -
CMYK 0.04 0.31 0 0.55
HSL 291.43º 0.18% 0.38% -
HSV(B) 291.43º 0.31% 0.45% -
XYZ 12.14 10.06 17.22 -
YUV 91.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 109 79 114 0.04 0.31 0 0.55 291.43 0.18 0.38
Hex 6D 4F 72 4 1F 0 37 123 12 26
Octal 155 117 162 4 37 0 67 443 22 46
Binary 1101101 1001111 1110010 100 11111 0 110111 100100011 10010 100110

Color Harmonies of #6D4F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F72

Black with #6D4F72

Text Example


Text Example

White with #6D4F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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