Shades of Affair #6B4E78
Tints of Affair #6B4E78
RGB
CMYK
RGB Variations
Color information
#6B4E78 (or 0x6B4E78) is known color: Affair. HEX triplet: 6B, 4E and 78. RGB value is (107,78,120). Sum of RGB (Red+Green+Blue) = 107+78+120=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E78 is #94B187. Grayscale: #5B5B5B. Windows color (decimal): -9744776 or 7884395. OLE color: 7884395.
HSL color Cylindrical-coordinate representation of color #6B4E78: hue angle of 281.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B4E78 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 78 | 120 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.53 |
| HSL | 281.43º | 0.21% | 0.39% | - |
| HSV(B) | 281.43º | 0.35% | 0.47% | - |
| XYZ | 12.18 | 9.93 | 19.04 | - |
| YUV | 91.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 120 | 0.11 | 0.35 | 0 | 0.53 | 281.43 | 0.21 | 0.39 |
| Hex | 6B | 4E | 78 | B | 23 | 0 | 35 | 119 | 15 | 27 |
| Octal | 153 | 116 | 170 | 13 | 43 | 0 | 65 | 431 | 25 | 47 |
| Binary | 1101011 | 1001110 | 1111000 | 1011 | 100011 | 0 | 110101 | 100011001 | 10101 | 100111 |
Color Harmonies of #6B4E78
Complementary color
Monochromatic Colors of #6B4E78
Black with #6B4E78
Text Example
Text Example
White with #6B4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E78; }
p { color: rgb(107,78,120); }
H1.HeaderClassName
{
color: #6B4E78;
}
.AnyTagClassName
{
color: #6B4E78;
}
</style>
background-color css
<style>
a { background-color: #6B4E78; }
a { background-color: rgb(107,78,120); }
div.DivClassName
{
background-color: #6B4E78;
}
.BgClassName
{
background-color: #6B4E78;
}
</style>
border-color css
<style>
span { border-color: #6B4E78; }
span { border-color: rgb(107,78,120); }
td.TdClassName
{
border-color: #6B4E78;
}
.TagClassName
{
border-color: #6B4E78;
}
</style>