Shades of Affair #6B408B
Tints of Affair #6B408B
RGB
CMYK
RGB Variations
Color information
#6B408B (or 0x6B408B) is known color: Affair. HEX triplet: 6B, 40 and 8B. RGB value is (107,64,139). Sum of RGB (Red+Green+Blue) = 107+64+139=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B408B is #94BF74. Grayscale: #555555. Windows color (decimal): -9748341 or 9125995. OLE color: 9125995.
HSL color Cylindrical-coordinate representation of color #6B408B: hue angle of 274.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B408B is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 64 | 139 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.45 |
| HSL | 274.4º | 0.37% | 0.4% | - |
| HSV(B) | 274.4º | 0.54% | 0.55% | - |
| XYZ | 12.56 | 8.66 | 25.44 | - |
| YUV | 85.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 139 | 0.23 | 0.54 | 0 | 0.45 | 274.4 | 0.37 | 0.4 |
| Hex | 6B | 40 | 8B | 17 | 36 | 0 | 2D | 112 | 25 | 28 |
| Octal | 153 | 100 | 213 | 27 | 66 | 0 | 55 | 422 | 45 | 50 |
| Binary | 1101011 | 1000000 | 10001011 | 10111 | 110110 | 0 | 101101 | 100010010 | 100101 | 101000 |
Color Harmonies of #6B408B
Complementary color
Monochromatic Colors of #6B408B
Black with #6B408B
Text Example
Text Example
White with #6B408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B408B; }
p { color: rgb(107,64,139); }
H1.HeaderClassName
{
color: #6B408B;
}
.AnyTagClassName
{
color: #6B408B;
}
</style>
background-color css
<style>
a { background-color: #6B408B; }
a { background-color: rgb(107,64,139); }
div.DivClassName
{
background-color: #6B408B;
}
.BgClassName
{
background-color: #6B408B;
}
</style>
border-color css
<style>
span { border-color: #6B408B; }
span { border-color: rgb(107,64,139); }
td.TdClassName
{
border-color: #6B408B;
}
.TagClassName
{
border-color: #6B408B;
}
</style>