Shades of Affair #6C398B
Tints of Affair #6C398B
RGB
CMYK
RGB Variations
Color information
#6C398B (or 0x6C398B) is known color: Affair. HEX triplet: 6C, 39 and 8B. RGB value is (108,57,139). Sum of RGB (Red+Green+Blue) = 108+57+139=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C398B is #93C674. Grayscale: #515151. Windows color (decimal): -9684597 or 9124204. OLE color: 9124204.
HSL color Cylindrical-coordinate representation of color #6C398B: hue angle of 277.32º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C398B is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 57 | 139 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.45 |
| HSL | 277.32º | 0.42% | 0.38% | - |
| HSV(B) | 277.32º | 0.59% | 0.55% | - |
| XYZ | 12.31 | 7.98 | 25.32 | - |
| YUV | 81.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 139 | 0.22 | 0.59 | 0 | 0.45 | 277.32 | 0.42 | 0.38 |
| Hex | 6C | 39 | 8B | 16 | 3B | 0 | 2D | 115 | 2A | 26 |
| Octal | 154 | 71 | 213 | 26 | 73 | 0 | 55 | 425 | 52 | 46 |
| Binary | 1101100 | 111001 | 10001011 | 10110 | 111011 | 0 | 101101 | 100010101 | 101010 | 100110 |
Color Harmonies of #6C398B
Complementary color
Monochromatic Colors of #6C398B
Black with #6C398B
Text Example
Text Example
White with #6C398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C398B; }
p { color: rgb(108,57,139); }
H1.HeaderClassName
{
color: #6C398B;
}
.AnyTagClassName
{
color: #6C398B;
}
</style>
background-color css
<style>
a { background-color: #6C398B; }
a { background-color: rgb(108,57,139); }
div.DivClassName
{
background-color: #6C398B;
}
.BgClassName
{
background-color: #6C398B;
}
</style>
border-color css
<style>
span { border-color: #6C398B; }
span { border-color: rgb(108,57,139); }
td.TdClassName
{
border-color: #6C398B;
}
.TagClassName
{
border-color: #6C398B;
}
</style>