Shades of Affair #6A567B
Tints of Affair #6A567B
RGB
CMYK
RGB Variations
Color information
#6A567B (or 0x6A567B) is known color: Affair. HEX triplet: 6A, 56 and 7B. RGB value is (106,86,123). Sum of RGB (Red+Green+Blue) = 106+86+123=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A567B is #95A984. Grayscale: #606060. Windows color (decimal): -9808261 or 8083050. OLE color: 8083050.
HSL color Cylindrical-coordinate representation of color #6A567B: hue angle of 272.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A567B is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 86 | 123 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.52 |
| HSL | 272.43º | 0.18% | 0.41% | - |
| HSV(B) | 272.43º | 0.3% | 0.48% | - |
| XYZ | 12.85 | 11.15 | 20.21 | - |
| YUV | 96.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 123 | 0.14 | 0.30 | 0 | 0.52 | 272.43 | 0.18 | 0.41 |
| Hex | 6A | 56 | 7B | E | 1E | 0 | 34 | 110 | 12 | 29 |
| Octal | 152 | 126 | 173 | 16 | 36 | 0 | 64 | 420 | 22 | 51 |
| Binary | 1101010 | 1010110 | 1111011 | 1110 | 11110 | 0 | 110100 | 100010000 | 10010 | 101001 |
Color Harmonies of #6A567B
Complementary color
Monochromatic Colors of #6A567B
Black with #6A567B
Text Example
Text Example
White with #6A567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A567B; }
p { color: rgb(106,86,123); }
H1.HeaderClassName
{
color: #6A567B;
}
.AnyTagClassName
{
color: #6A567B;
}
</style>
background-color css
<style>
a { background-color: #6A567B; }
a { background-color: rgb(106,86,123); }
div.DivClassName
{
background-color: #6A567B;
}
.BgClassName
{
background-color: #6A567B;
}
</style>
border-color css
<style>
span { border-color: #6A567B; }
span { border-color: rgb(106,86,123); }
td.TdClassName
{
border-color: #6A567B;
}
.TagClassName
{
border-color: #6A567B;
}
</style>