Shades of Affair #6D457B
Tints of Affair #6D457B
RGB
CMYK
RGB Variations
Color information
#6D457B (or 0x6D457B) is known color: Affair. HEX triplet: 6D, 45 and 7B. RGB value is (109,69,123). Sum of RGB (Red+Green+Blue) = 109+69+123=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D457B is #92BA84. Grayscale: #565656. Windows color (decimal): -9616005 or 8078701. OLE color: 8078701.
HSL color Cylindrical-coordinate representation of color #6D457B: hue angle of 284.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D457B is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 69 | 123 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.52 |
| HSL | 284.44º | 0.28% | 0.38% | - |
| HSV(B) | 284.44º | 0.44% | 0.48% | - |
| XYZ | 12.01 | 8.94 | 19.83 | - |
| YUV | 87.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 123 | 0.11 | 0.44 | 0 | 0.52 | 284.44 | 0.28 | 0.38 |
| Hex | 6D | 45 | 7B | B | 2C | 0 | 34 | 11C | 1C | 26 |
| Octal | 155 | 105 | 173 | 13 | 54 | 0 | 64 | 434 | 34 | 46 |
| Binary | 1101101 | 1000101 | 1111011 | 1011 | 101100 | 0 | 110100 | 100011100 | 11100 | 100110 |
Color Harmonies of #6D457B
Complementary color
Monochromatic Colors of #6D457B
Black with #6D457B
Text Example
Text Example
White with #6D457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D457B; }
p { color: rgb(109,69,123); }
H1.HeaderClassName
{
color: #6D457B;
}
.AnyTagClassName
{
color: #6D457B;
}
</style>
background-color css
<style>
a { background-color: #6D457B; }
a { background-color: rgb(109,69,123); }
div.DivClassName
{
background-color: #6D457B;
}
.BgClassName
{
background-color: #6D457B;
}
</style>
border-color css
<style>
span { border-color: #6D457B; }
span { border-color: rgb(109,69,123); }
td.TdClassName
{
border-color: #6D457B;
}
.TagClassName
{
border-color: #6D457B;
}
</style>