Html Css Color HEX #6D5680 Affair

📋 copy color: '#6D5680'

red 109 ◦ green 86 ◦ blue 128

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

Shades of Affair #6D5680

Tints of Affair #6D5680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 33.75%
G = 26.63%
B = 39.63%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D5680 (or 0x6D5680) is known color: Affair. HEX triplet: 6D, 56 and 80. RGB value is (109,86,128). Sum of RGB (Red+Green+Blue) = 109+86+128=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D5680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5680 is #92A97F. Grayscale: #616161. Windows color (decimal): -9611648 or 8410733. OLE color: 8410733.

HSL color Cylindrical-coordinate representation of color #6D5680: hue angle of 272.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D5680 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 86 128 -
CMYK 0.15 0.33 0 0.50
HSL 272.86º 0.2% 0.42% -
HSV(B) 272.86º 0.33% 0.5% -
XYZ 13.53 11.47 21.92 -
YUV 97.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 109 86 128 0.15 0.33 0 0.50 272.86 0.2 0.42
Hex 6D 56 80 F 21 0 32 111 14 2A
Octal 155 126 200 17 41 0 62 421 24 52
Binary 1101101 1010110 10000000 1111 100001 0 110010 100010001 10100 101010

Color Harmonies of #6D5680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5680

Black with #6D5680

Text Example


Text Example

White with #6D5680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,86,128); }

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

background-color css

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

 a { background-color: rgb(109,86,128); }

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

border-color css

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

 span { border-color: rgb(109,86,128); }

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