Shades of Affair #6D4B7B
Tints of Affair #6D4B7B
RGB
CMYK
RGB Variations
Color information
#6D4B7B (or 0x6D4B7B) is known color: Affair. HEX triplet: 6D, 4B and 7B. RGB value is (109,75,123). Sum of RGB (Red+Green+Blue) = 109+75+123=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D4B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B7B is #92B484. Grayscale: #5A5A5A. Windows color (decimal): -9614469 or 8080237. OLE color: 8080237.
HSL color Cylindrical-coordinate representation of color #6D4B7B: hue angle of 282.5º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4B7B is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 75 | 123 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.52 |
| HSL | 282.5º | 0.24% | 0.39% | - |
| HSV(B) | 282.5º | 0.39% | 0.48% | - |
| XYZ | 12.4 | 9.71 | 19.96 | - |
| YUV | 90.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 123 | 0.11 | 0.39 | 0 | 0.52 | 282.5 | 0.24 | 0.39 |
| Hex | 6D | 4B | 7B | B | 27 | 0 | 34 | 11A | 18 | 27 |
| Octal | 155 | 113 | 173 | 13 | 47 | 0 | 64 | 432 | 30 | 47 |
| Binary | 1101101 | 1001011 | 1111011 | 1011 | 100111 | 0 | 110100 | 100011010 | 11000 | 100111 |
Color Harmonies of #6D4B7B
Complementary color
Monochromatic Colors of #6D4B7B
Black with #6D4B7B
Text Example
Text Example
White with #6D4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B7B; }
p { color: rgb(109,75,123); }
H1.HeaderClassName
{
color: #6D4B7B;
}
.AnyTagClassName
{
color: #6D4B7B;
}
</style>
background-color css
<style>
a { background-color: #6D4B7B; }
a { background-color: rgb(109,75,123); }
div.DivClassName
{
background-color: #6D4B7B;
}
.BgClassName
{
background-color: #6D4B7B;
}
</style>
border-color css
<style>
span { border-color: #6D4B7B; }
span { border-color: rgb(109,75,123); }
td.TdClassName
{
border-color: #6D4B7B;
}
.TagClassName
{
border-color: #6D4B7B;
}
</style>