Html Css Color HEX #6D5871 Fedora

📋 copy color: '#6D5871'

red 109 ◦ green 88 ◦ blue 113

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

Shades of Fedora #6D5871

Tints of Fedora #6D5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 35.16%
G = 28.39%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D5871 (or 0x6D5871) is known color: Fedora. HEX triplet: 6D, 58 and 71. RGB value is (109,88,113). Sum of RGB (Red+Green+Blue) = 109+88+113=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5871 is #92A78E. Grayscale: #616161. Windows color (decimal): -9611151 or 7428205. OLE color: 7428205.

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

Color convert

RGB 109 88 113 -
CMYK 0.04 0.22 0 0.56
HSL 290.4º 0.12% 0.39% -
HSV(B) 290.4º 0.22% 0.44% -
XYZ 12.78 11.42 17.15 -
YUV 97.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 109 88 113 0.04 0.22 0 0.56 290.4 0.12 0.39
Hex 6D 58 71 4 16 0 38 122 C 27
Octal 155 130 161 4 26 0 70 442 14 47
Binary 1101101 1011000 1110001 100 10110 0 111000 100100010 1100 100111

Color Harmonies of #6D5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5871

Black with #6D5871

Text Example


Text Example

White with #6D5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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