Shades of Affair #6B4E7B
Tints of Affair #6B4E7B
RGB
CMYK
RGB Variations
Color information
#6B4E7B (or 0x6B4E7B) is known color: Affair. HEX triplet: 6B, 4E and 7B. RGB value is (107,78,123). Sum of RGB (Red+Green+Blue) = 107+78+123=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B4E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E7B is #94B184. Grayscale: #5B5B5B. Windows color (decimal): -9744773 or 8081003. OLE color: 8081003.
HSL color Cylindrical-coordinate representation of color #6B4E7B: hue angle of 278.67º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4E7B is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 78 | 123 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.52 |
| HSL | 278.67º | 0.22% | 0.39% | - |
| HSV(B) | 278.67º | 0.37% | 0.48% | - |
| XYZ | 12.36 | 10 | 20.02 | - |
| YUV | 91.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 123 | 0.13 | 0.37 | 0 | 0.52 | 278.67 | 0.22 | 0.39 |
| Hex | 6B | 4E | 7B | D | 25 | 0 | 34 | 117 | 16 | 27 |
| Octal | 153 | 116 | 173 | 15 | 45 | 0 | 64 | 427 | 26 | 47 |
| Binary | 1101011 | 1001110 | 1111011 | 1101 | 100101 | 0 | 110100 | 100010111 | 10110 | 100111 |
Color Harmonies of #6B4E7B
Complementary color
Monochromatic Colors of #6B4E7B
Black with #6B4E7B
Text Example
Text Example
White with #6B4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E7B; }
p { color: rgb(107,78,123); }
H1.HeaderClassName
{
color: #6B4E7B;
}
.AnyTagClassName
{
color: #6B4E7B;
}
</style>
background-color css
<style>
a { background-color: #6B4E7B; }
a { background-color: rgb(107,78,123); }
div.DivClassName
{
background-color: #6B4E7B;
}
.BgClassName
{
background-color: #6B4E7B;
}
</style>
border-color css
<style>
span { border-color: #6B4E7B; }
span { border-color: rgb(107,78,123); }
td.TdClassName
{
border-color: #6B4E7B;
}
.TagClassName
{
border-color: #6B4E7B;
}
</style>