Html Css Color HEX #6D5071 Fedora

📋 copy color: '#6D5071'

red 109 ◦ green 80 ◦ blue 113

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

Shades of Fedora #6D5071

Tints of Fedora #6D5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 36.09%
G = 26.49%
B = 37.42%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D5071 (or 0x6D5071) is known color: Fedora. HEX triplet: 6D, 50 and 71. RGB value is (109,80,113). Sum of RGB (Red+Green+Blue) = 109+80+113=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5071 is #92AF8E. Grayscale: #5C5C5C. Windows color (decimal): -9613199 or 7426157. OLE color: 7426157.

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

Color convert

RGB 109 80 113 -
CMYK 0.04 0.29 0 0.56
HSL 292.73º 0.17% 0.38% -
HSV(B) 292.73º 0.29% 0.44% -
XYZ 12.16 10.18 16.95 -
YUV 92.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 109 80 113 0.04 0.29 0 0.56 292.73 0.17 0.38
Hex 6D 50 71 4 1D 0 38 125 11 26
Octal 155 120 161 4 35 0 70 445 21 46
Binary 1101101 1010000 1110001 100 11101 0 111000 100100101 10001 100110

Color Harmonies of #6D5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5071

Black with #6D5071

Text Example


Text Example

White with #6D5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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