Shades of Affair #6A478B
Tints of Affair #6A478B
RGB
CMYK
RGB Variations
Color information
#6A478B (or 0x6A478B) is known color: Affair. HEX triplet: 6A, 47 and 8B. RGB value is (106,71,139). Sum of RGB (Red+Green+Blue) = 106+71+139=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A478B is #95B874. Grayscale: #585858. Windows color (decimal): -9812085 or 9127786. OLE color: 9127786.
HSL color Cylindrical-coordinate representation of color #6A478B: hue angle of 270.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A478B is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 71 | 139 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.45 |
| HSL | 270.88º | 0.32% | 0.41% | - |
| HSV(B) | 270.88º | 0.49% | 0.55% | - |
| XYZ | 12.86 | 9.43 | 25.57 | - |
| YUV | 89.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 139 | 0.24 | 0.49 | 0 | 0.45 | 270.88 | 0.32 | 0.41 |
| Hex | 6A | 47 | 8B | 18 | 31 | 0 | 2D | 10F | 20 | 29 |
| Octal | 152 | 107 | 213 | 30 | 61 | 0 | 55 | 417 | 40 | 51 |
| Binary | 1101010 | 1000111 | 10001011 | 11000 | 110001 | 0 | 101101 | 100001111 | 100000 | 101001 |
Color Harmonies of #6A478B
Complementary color
Monochromatic Colors of #6A478B
Black with #6A478B
Text Example
Text Example
White with #6A478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A478B; }
p { color: rgb(106,71,139); }
H1.HeaderClassName
{
color: #6A478B;
}
.AnyTagClassName
{
color: #6A478B;
}
</style>
background-color css
<style>
a { background-color: #6A478B; }
a { background-color: rgb(106,71,139); }
div.DivClassName
{
background-color: #6A478B;
}
.BgClassName
{
background-color: #6A478B;
}
</style>
border-color css
<style>
span { border-color: #6A478B; }
span { border-color: rgb(106,71,139); }
td.TdClassName
{
border-color: #6A478B;
}
.TagClassName
{
border-color: #6A478B;
}
</style>