Html Css Color HEX #6D4181 Affair

📋 copy color: '#6D4181'

red 109 ◦ green 65 ◦ blue 129

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

Shades of Affair #6D4181

Tints of Affair #6D4181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

 BLUE value IS 129 (50.78% from 255) = 42.57%

R = 35.97%
G = 21.45%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D4181 (or 0x6D4181) is known color: Affair. HEX triplet: 6D, 41 and 81. RGB value is (109,65,129). Sum of RGB (Red+Green+Blue) = 109+65+129=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4181 is #92BE7E. Grayscale: #555555. Windows color (decimal): -9617023 or 8470893. OLE color: 8470893.

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

Color convert

RGB 109 65 129 -
CMYK 0.16 0.50 0 0.49
HSL 281.25º 0.33% 0.38% -
HSV(B) 281.25º 0.5% 0.51% -
XYZ 12.16 8.62 21.79 -
YUV 85.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 109 65 129 0.16 0.50 0 0.49 281.25 0.33 0.38
Hex 6D 41 81 10 32 0 31 119 21 26
Octal 155 101 201 20 62 0 61 431 41 46
Binary 1101101 1000001 10000001 10000 110010 0 110001 100011001 100001 100110

Color Harmonies of #6D4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4181

Black with #6D4181

Text Example


Text Example

White with #6D4181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,129); }

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

background-color css

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

 a { background-color: rgb(109,65,129); }

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

border-color css

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

 span { border-color: rgb(109,65,129); }

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