Shades of Affair #6B4081
Tints of Affair #6B4081
RGB
CMYK
RGB Variations
Color information
#6B4081 (or 0x6B4081) is known color: Affair. HEX triplet: 6B, 40 and 81. RGB value is (107,64,129). Sum of RGB (Red+Green+Blue) = 107+64+129=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4081 is #94BF7E. Grayscale: #545454. Windows color (decimal): -9748351 or 8470635. OLE color: 8470635.
HSL color Cylindrical-coordinate representation of color #6B4081: hue angle of 279.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4081 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 64 | 129 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.49 |
| HSL | 279.69º | 0.34% | 0.38% | - |
| HSV(B) | 279.69º | 0.5% | 0.51% | - |
| XYZ | 11.86 | 8.38 | 21.76 | - |
| YUV | 84.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 129 | 0.17 | 0.50 | 0 | 0.49 | 279.69 | 0.34 | 0.38 |
| Hex | 6B | 40 | 81 | 11 | 32 | 0 | 31 | 118 | 22 | 26 |
| Octal | 153 | 100 | 201 | 21 | 62 | 0 | 61 | 430 | 42 | 46 |
| Binary | 1101011 | 1000000 | 10000001 | 10001 | 110010 | 0 | 110001 | 100011000 | 100010 | 100110 |
Color Harmonies of #6B4081
Complementary color
Monochromatic Colors of #6B4081
Black with #6B4081
Text Example
Text Example
White with #6B4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4081; }
p { color: rgb(107,64,129); }
H1.HeaderClassName
{
color: #6B4081;
}
.AnyTagClassName
{
color: #6B4081;
}
</style>
background-color css
<style>
a { background-color: #6B4081; }
a { background-color: rgb(107,64,129); }
div.DivClassName
{
background-color: #6B4081;
}
.BgClassName
{
background-color: #6B4081;
}
</style>
border-color css
<style>
span { border-color: #6B4081; }
span { border-color: rgb(107,64,129); }
td.TdClassName
{
border-color: #6B4081;
}
.TagClassName
{
border-color: #6B4081;
}
</style>