Shades of Affair #6A458B
Tints of Affair #6A458B
RGB
CMYK
RGB Variations
Color information
#6A458B (or 0x6A458B) is known color: Affair. HEX triplet: 6A, 45 and 8B. RGB value is (106,69,139). Sum of RGB (Red+Green+Blue) = 106+69+139=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A458B is #95BA74. Grayscale: #575757. Windows color (decimal): -9812597 or 9127274. OLE color: 9127274.
HSL color Cylindrical-coordinate representation of color #6A458B: hue angle of 271.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A458B is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 69 | 139 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.45 |
| HSL | 271.71º | 0.34% | 0.41% | - |
| HSV(B) | 271.71º | 0.5% | 0.55% | - |
| XYZ | 12.73 | 9.18 | 25.53 | - |
| YUV | 88.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 69 | 139 | 0.24 | 0.50 | 0 | 0.45 | 271.71 | 0.34 | 0.41 |
| Hex | 6A | 45 | 8B | 18 | 32 | 0 | 2D | 110 | 22 | 29 |
| Octal | 152 | 105 | 213 | 30 | 62 | 0 | 55 | 420 | 42 | 51 |
| Binary | 1101010 | 1000101 | 10001011 | 11000 | 110010 | 0 | 101101 | 100010000 | 100010 | 101001 |
Color Harmonies of #6A458B
Complementary color
Monochromatic Colors of #6A458B
Black with #6A458B
Text Example
Text Example
White with #6A458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A458B; }
p { color: rgb(106,69,139); }
H1.HeaderClassName
{
color: #6A458B;
}
.AnyTagClassName
{
color: #6A458B;
}
</style>
background-color css
<style>
a { background-color: #6A458B; }
a { background-color: rgb(106,69,139); }
div.DivClassName
{
background-color: #6A458B;
}
.BgClassName
{
background-color: #6A458B;
}
</style>
border-color css
<style>
span { border-color: #6A458B; }
span { border-color: rgb(106,69,139); }
td.TdClassName
{
border-color: #6A458B;
}
.TagClassName
{
border-color: #6A458B;
}
</style>