Html Css Color HEX #6D4080 Affair

📋 copy color: '#6D4080'

red 109 ◦ green 64 ◦ blue 128

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

Shades of Affair #6D4080

Tints of Affair #6D4080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 36.21%
G = 21.26%
B = 42.52%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D4080 (or 0x6D4080) is known color: Affair. HEX triplet: 6D, 40 and 80. RGB value is (109,64,128). Sum of RGB (Red+Green+Blue) = 109+64+128=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D4080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4080 is #92BF7F. Grayscale: #545454. Windows color (decimal): -9617280 or 8405101. OLE color: 8405101.

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

Color convert

RGB 109 64 128 -
CMYK 0.15 0.5 0 0.50
HSL 282.19º 0.33% 0.38% -
HSV(B) 282.19º 0.5% 0.5% -
XYZ 12.04 8.48 21.42 -
YUV 84.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 109 64 128 0.15 0.5 0 0.50 282.19 0.33 0.38
Hex 6D 40 80 F 32 0 32 11A 21 26
Octal 155 100 200 17 62 0 62 432 41 46
Binary 1101101 1000000 10000000 1111 110010 0 110010 100011010 100001 100110

Color Harmonies of #6D4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4080

Black with #6D4080

Text Example


Text Example

White with #6D4080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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