Html Css Color HEX #6D4F71 Fedora

📋 copy color: '#6D4F71'

red 109 ◦ green 79 ◦ blue 113

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

Shades of Fedora #6D4F71

Tints of Fedora #6D4F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 36.21%
G = 26.25%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D4F71 (or 0x6D4F71) is known color: Fedora. HEX triplet: 6D, 4F and 71. RGB value is (109,79,113). Sum of RGB (Red+Green+Blue) = 109+79+113=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D4F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F71 is #92B08E. Grayscale: #5B5B5B. Windows color (decimal): -9613455 or 7425901. OLE color: 7425901.

HSL color Cylindrical-coordinate representation of color #6D4F71: hue angle of 292.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4F71 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 79 113 -
CMYK 0.04 0.30 0 0.56
HSL 292.94º 0.18% 0.38% -
HSV(B) 292.94º 0.3% 0.44% -
XYZ 12.08 10.04 16.92 -
YUV 91.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 109 79 113 0.04 0.30 0 0.56 292.94 0.18 0.38
Hex 6D 4F 71 4 1E 0 38 125 12 26
Octal 155 117 161 4 36 0 70 445 22 46
Binary 1101101 1001111 1110001 100 11110 0 111000 100100101 10010 100110

Color Harmonies of #6D4F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F71

Black with #6D4F71

Text Example


Text Example

White with #6D4F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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