Shades of Affair #6B478D
Tints of Affair #6B478D
RGB
CMYK
RGB Variations
Color information
#6B478D (or 0x6B478D) is known color: Affair. HEX triplet: 6B, 47 and 8D. RGB value is (107,71,141). Sum of RGB (Red+Green+Blue) = 107+71+141=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B478D is #94B872. Grayscale: #595959. Windows color (decimal): -9746547 or 9258859. OLE color: 9258859.
HSL color Cylindrical-coordinate representation of color #6B478D: hue angle of 270.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B478D is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 71 | 141 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.45 |
| HSL | 270.86º | 0.33% | 0.42% | - |
| HSV(B) | 270.86º | 0.5% | 0.55% | - |
| XYZ | 13.12 | 9.56 | 26.35 | - |
| YUV | 89.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 141 | 0.24 | 0.50 | 0 | 0.45 | 270.86 | 0.33 | 0.42 |
| Hex | 6B | 47 | 8D | 18 | 32 | 0 | 2D | 10F | 21 | 2A |
| Octal | 153 | 107 | 215 | 30 | 62 | 0 | 55 | 417 | 41 | 52 |
| Binary | 1101011 | 1000111 | 10001101 | 11000 | 110010 | 0 | 101101 | 100001111 | 100001 | 101010 |
Color Harmonies of #6B478D
Complementary color
Monochromatic Colors of #6B478D
Black with #6B478D
Text Example
Text Example
White with #6B478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B478D; }
p { color: rgb(107,71,141); }
H1.HeaderClassName
{
color: #6B478D;
}
.AnyTagClassName
{
color: #6B478D;
}
</style>
background-color css
<style>
a { background-color: #6B478D; }
a { background-color: rgb(107,71,141); }
div.DivClassName
{
background-color: #6B478D;
}
.BgClassName
{
background-color: #6B478D;
}
</style>
border-color css
<style>
span { border-color: #6B478D; }
span { border-color: rgb(107,71,141); }
td.TdClassName
{
border-color: #6B478D;
}
.TagClassName
{
border-color: #6B478D;
}
</style>