Shades of Affair #6B497B
Tints of Affair #6B497B
RGB
CMYK
RGB Variations
Color information
#6B497B (or 0x6B497B) is known color: Affair. HEX triplet: 6B, 49 and 7B. RGB value is (107,73,123). Sum of RGB (Red+Green+Blue) = 107+73+123=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B497B is #94B684. Grayscale: #585858. Windows color (decimal): -9746053 or 8079723. OLE color: 8079723.
HSL color Cylindrical-coordinate representation of color #6B497B: hue angle of 280.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B497B is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 73 | 123 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.52 |
| HSL | 280.8º | 0.26% | 0.38% | - |
| HSV(B) | 280.8º | 0.41% | 0.48% | - |
| XYZ | 12.02 | 9.32 | 19.9 | - |
| YUV | 88.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 123 | 0.13 | 0.41 | 0 | 0.52 | 280.8 | 0.26 | 0.38 |
| Hex | 6B | 49 | 7B | D | 29 | 0 | 34 | 119 | 1A | 26 |
| Octal | 153 | 111 | 173 | 15 | 51 | 0 | 64 | 431 | 32 | 46 |
| Binary | 1101011 | 1001001 | 1111011 | 1101 | 101001 | 0 | 110100 | 100011001 | 11010 | 100110 |
Color Harmonies of #6B497B
Complementary color
Monochromatic Colors of #6B497B
Black with #6B497B
Text Example
Text Example
White with #6B497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B497B; }
p { color: rgb(107,73,123); }
H1.HeaderClassName
{
color: #6B497B;
}
.AnyTagClassName
{
color: #6B497B;
}
</style>
background-color css
<style>
a { background-color: #6B497B; }
a { background-color: rgb(107,73,123); }
div.DivClassName
{
background-color: #6B497B;
}
.BgClassName
{
background-color: #6B497B;
}
</style>
border-color css
<style>
span { border-color: #6B497B; }
span { border-color: rgb(107,73,123); }
td.TdClassName
{
border-color: #6B497B;
}
.TagClassName
{
border-color: #6B497B;
}
</style>