Shades of Affair #6B3A8A
Tints of Affair #6B3A8A
RGB
CMYK
RGB Variations
Color information
#6B3A8A (or 0x6B3A8A) is known color: Affair. HEX triplet: 6B, 3A and 8A. RGB value is (107,58,138). Sum of RGB (Red+Green+Blue) = 107+58+138=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B3A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3A8A is #94C575. Grayscale: #515151. Windows color (decimal): -9749878 or 9058923. OLE color: 9058923.
HSL color Cylindrical-coordinate representation of color #6B3A8A: hue angle of 276.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B3A8A is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 58 | 138 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.46 |
| HSL | 276.75º | 0.41% | 0.38% | - |
| HSV(B) | 276.75º | 0.58% | 0.54% | - |
| XYZ | 12.16 | 7.99 | 24.95 | - |
| YUV | 81.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 138 | 0.22 | 0.58 | 0 | 0.46 | 276.75 | 0.41 | 0.38 |
| Hex | 6B | 3A | 8A | 16 | 3A | 0 | 2E | 115 | 29 | 26 |
| Octal | 153 | 72 | 212 | 26 | 72 | 0 | 56 | 425 | 51 | 46 |
| Binary | 1101011 | 111010 | 10001010 | 10110 | 111010 | 0 | 101110 | 100010101 | 101001 | 100110 |
Color Harmonies of #6B3A8A
Complementary color
Monochromatic Colors of #6B3A8A
Black with #6B3A8A
Text Example
Text Example
White with #6B3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A8A; }
p { color: rgb(107,58,138); }
H1.HeaderClassName
{
color: #6B3A8A;
}
.AnyTagClassName
{
color: #6B3A8A;
}
</style>
background-color css
<style>
a { background-color: #6B3A8A; }
a { background-color: rgb(107,58,138); }
div.DivClassName
{
background-color: #6B3A8A;
}
.BgClassName
{
background-color: #6B3A8A;
}
</style>
border-color css
<style>
span { border-color: #6B3A8A; }
span { border-color: rgb(107,58,138); }
td.TdClassName
{
border-color: #6B3A8A;
}
.TagClassName
{
border-color: #6B3A8A;
}
</style>