Shades of Affair #6E468B
Tints of Affair #6E468B
RGB
CMYK
RGB Variations
Color information
#6E468B (or 0x6E468B) is known color: Affair. HEX triplet: 6E, 46 and 8B. RGB value is (110,70,139). Sum of RGB (Red+Green+Blue) = 110+70+139=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E468B is #91B974. Grayscale: #595959. Windows color (decimal): -9550197 or 9127534. OLE color: 9127534.
HSL color Cylindrical-coordinate representation of color #6E468B: hue angle of 274.78º degrees, saturation: 0.33, 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 #6E468B is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 70 | 139 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.45 |
| HSL | 274.78º | 0.33% | 0.41% | - |
| HSV(B) | 274.78º | 0.5% | 0.55% | - |
| XYZ | 13.28 | 9.56 | 25.57 | - |
| YUV | 89.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 139 | 0.21 | 0.50 | 0 | 0.45 | 274.78 | 0.33 | 0.41 |
| Hex | 6E | 46 | 8B | 15 | 32 | 0 | 2D | 113 | 21 | 29 |
| Octal | 156 | 106 | 213 | 25 | 62 | 0 | 55 | 423 | 41 | 51 |
| Binary | 1101110 | 1000110 | 10001011 | 10101 | 110010 | 0 | 101101 | 100010011 | 100001 | 101001 |
Color Harmonies of #6E468B
Complementary color
Monochromatic Colors of #6E468B
Black with #6E468B
Text Example
Text Example
White with #6E468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E468B; }
p { color: rgb(110,70,139); }
H1.HeaderClassName
{
color: #6E468B;
}
.AnyTagClassName
{
color: #6E468B;
}
</style>
background-color css
<style>
a { background-color: #6E468B; }
a { background-color: rgb(110,70,139); }
div.DivClassName
{
background-color: #6E468B;
}
.BgClassName
{
background-color: #6E468B;
}
</style>
border-color css
<style>
span { border-color: #6E468B; }
span { border-color: rgb(110,70,139); }
td.TdClassName
{
border-color: #6E468B;
}
.TagClassName
{
border-color: #6E468B;
}
</style>