Shades of Affair #6C418A
Tints of Affair #6C418A
RGB
CMYK
RGB Variations
Color information
#6C418A (or 0x6C418A) is known color: Affair. HEX triplet: 6C, 41 and 8A. RGB value is (108,65,138). Sum of RGB (Red+Green+Blue) = 108+65+138=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C418A is #93BE75. Grayscale: #555555. Windows color (decimal): -9682550 or 9060716. OLE color: 9060716.
HSL color Cylindrical-coordinate representation of color #6C418A: hue angle of 275.34º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C418A is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 65 | 138 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.46 |
| HSL | 275.34º | 0.36% | 0.4% | - |
| HSV(B) | 275.34º | 0.53% | 0.54% | - |
| XYZ | 12.66 | 8.8 | 25.08 | - |
| YUV | 86.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 138 | 0.22 | 0.53 | 0 | 0.46 | 275.34 | 0.36 | 0.4 |
| Hex | 6C | 41 | 8A | 16 | 35 | 0 | 2E | 113 | 24 | 28 |
| Octal | 154 | 101 | 212 | 26 | 65 | 0 | 56 | 423 | 44 | 50 |
| Binary | 1101100 | 1000001 | 10001010 | 10110 | 110101 | 0 | 101110 | 100010011 | 100100 | 101000 |
Color Harmonies of #6C418A
Complementary color
Monochromatic Colors of #6C418A
Black with #6C418A
Text Example
Text Example
White with #6C418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C418A; }
p { color: rgb(108,65,138); }
H1.HeaderClassName
{
color: #6C418A;
}
.AnyTagClassName
{
color: #6C418A;
}
</style>
background-color css
<style>
a { background-color: #6C418A; }
a { background-color: rgb(108,65,138); }
div.DivClassName
{
background-color: #6C418A;
}
.BgClassName
{
background-color: #6C418A;
}
</style>
border-color css
<style>
span { border-color: #6C418A; }
span { border-color: rgb(108,65,138); }
td.TdClassName
{
border-color: #6C418A;
}
.TagClassName
{
border-color: #6C418A;
}
</style>