Shades of Affair #6B4189
Tints of Affair #6B4189
RGB
CMYK
RGB Variations
Color information
#6B4189 (or 0x6B4189) is known color: Affair. HEX triplet: 6B, 41 and 89. RGB value is (107,65,137). Sum of RGB (Red+Green+Blue) = 107+65+137=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B4189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4189 is #94BE76. Grayscale: #555555. Windows color (decimal): -9748087 or 8995179. OLE color: 8995179.
HSL color Cylindrical-coordinate representation of color #6B4189: hue angle of 275º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B4189 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 65 | 137 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.46 |
| HSL | 275º | 0.36% | 0.4% | - |
| HSV(B) | 275º | 0.53% | 0.54% | - |
| XYZ | 12.47 | 8.71 | 24.69 | - |
| YUV | 85.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 137 | 0.22 | 0.53 | 0 | 0.46 | 275 | 0.36 | 0.4 |
| Hex | 6B | 41 | 89 | 16 | 35 | 0 | 2E | 113 | 24 | 28 |
| Octal | 153 | 101 | 211 | 26 | 65 | 0 | 56 | 423 | 44 | 50 |
| Binary | 1101011 | 1000001 | 10001001 | 10110 | 110101 | 0 | 101110 | 100010011 | 100100 | 101000 |
Color Harmonies of #6B4189
Complementary color
Monochromatic Colors of #6B4189
Black with #6B4189
Text Example
Text Example
White with #6B4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4189; }
p { color: rgb(107,65,137); }
H1.HeaderClassName
{
color: #6B4189;
}
.AnyTagClassName
{
color: #6B4189;
}
</style>
background-color css
<style>
a { background-color: #6B4189; }
a { background-color: rgb(107,65,137); }
div.DivClassName
{
background-color: #6B4189;
}
.BgClassName
{
background-color: #6B4189;
}
</style>
border-color css
<style>
span { border-color: #6B4189; }
span { border-color: rgb(107,65,137); }
td.TdClassName
{
border-color: #6B4189;
}
.TagClassName
{
border-color: #6B4189;
}
</style>