Html Css Color HEX #6D5272 Fedora

📋 copy color: '#6D5272'

red 109 ◦ green 82 ◦ blue 114

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

Shades of Fedora #6D5272

Tints of Fedora #6D5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 35.74%
G = 26.89%
B = 37.38%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D5272 (or 0x6D5272) is known color: Fedora. HEX triplet: 6D, 52 and 72. RGB value is (109,82,114). Sum of RGB (Red+Green+Blue) = 109+82+114=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D5272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5272 is #92AD8D. Grayscale: #5D5D5D. Windows color (decimal): -9612686 or 7492205. OLE color: 7492205.

HSL color Cylindrical-coordinate representation of color #6D5272: hue angle of 290.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D5272 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 82 114 -
CMYK 0.04 0.28 0 0.55
HSL 290.63º 0.16% 0.38% -
HSV(B) 290.63º 0.28% 0.45% -
XYZ 12.36 10.5 17.29 -
YUV 93.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 109 82 114 0.04 0.28 0 0.55 290.63 0.16 0.38
Hex 6D 52 72 4 1C 0 37 123 10 26
Octal 155 122 162 4 34 0 67 443 20 46
Binary 1101101 1010010 1110010 100 11100 0 110111 100100011 10000 100110

Color Harmonies of #6D5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5272

Black with #6D5272

Text Example


Text Example

White with #6D5272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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