Shades of Affair #6B448B
Tints of Affair #6B448B
RGB
CMYK
RGB Variations
Color information
#6B448B (or 0x6B448B) is known color: Affair. HEX triplet: 6B, 44 and 8B. RGB value is (107,68,139). Sum of RGB (Red+Green+Blue) = 107+68+139=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B448B is #94BB74. Grayscale: #575757. Windows color (decimal): -9747317 or 9127019. OLE color: 9127019.
HSL color Cylindrical-coordinate representation of color #6B448B: hue angle of 272.96º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B448B is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 68 | 139 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.45 |
| HSL | 272.96º | 0.34% | 0.41% | - |
| HSV(B) | 272.96º | 0.51% | 0.55% | - |
| XYZ | 12.79 | 9.12 | 25.51 | - |
| YUV | 87.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 139 | 0.23 | 0.51 | 0 | 0.45 | 272.96 | 0.34 | 0.41 |
| Hex | 6B | 44 | 8B | 17 | 33 | 0 | 2D | 111 | 22 | 29 |
| Octal | 153 | 104 | 213 | 27 | 63 | 0 | 55 | 421 | 42 | 51 |
| Binary | 1101011 | 1000100 | 10001011 | 10111 | 110011 | 0 | 101101 | 100010001 | 100010 | 101001 |
Color Harmonies of #6B448B
Complementary color
Monochromatic Colors of #6B448B
Black with #6B448B
Text Example
Text Example
White with #6B448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B448B; }
p { color: rgb(107,68,139); }
H1.HeaderClassName
{
color: #6B448B;
}
.AnyTagClassName
{
color: #6B448B;
}
</style>
background-color css
<style>
a { background-color: #6B448B; }
a { background-color: rgb(107,68,139); }
div.DivClassName
{
background-color: #6B448B;
}
.BgClassName
{
background-color: #6B448B;
}
</style>
border-color css
<style>
span { border-color: #6B448B; }
span { border-color: rgb(107,68,139); }
td.TdClassName
{
border-color: #6B448B;
}
.TagClassName
{
border-color: #6B448B;
}
</style>