Shades of Affair #6A557F
Tints of Affair #6A557F
RGB
CMYK
RGB Variations
Color information
#6A557F (or 0x6A557F) is known color: Affair. HEX triplet: 6A, 55 and 7F. RGB value is (106,85,127). Sum of RGB (Red+Green+Blue) = 106+85+127=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A557F is #95AA80. Grayscale: #5F5F5F. Windows color (decimal): -9808513 or 8344938. OLE color: 8344938.
HSL color Cylindrical-coordinate representation of color #6A557F: hue angle of 270º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A557F is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 85 | 127 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.50 |
| HSL | 270º | 0.2% | 0.42% | - |
| HSV(B) | 270º | 0.33% | 0.5% | - |
| XYZ | 13.02 | 11.09 | 21.53 | - |
| YUV | 96.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 127 | 0.17 | 0.33 | 0 | 0.50 | 270 | 0.2 | 0.42 |
| Hex | 6A | 55 | 7F | 11 | 21 | 0 | 32 | 10E | 14 | 2A |
| Octal | 152 | 125 | 177 | 21 | 41 | 0 | 62 | 416 | 24 | 52 |
| Binary | 1101010 | 1010101 | 1111111 | 10001 | 100001 | 0 | 110010 | 100001110 | 10100 | 101010 |
Color Harmonies of #6A557F
Complementary color
Monochromatic Colors of #6A557F
Black with #6A557F
Text Example
Text Example
White with #6A557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A557F; }
p { color: rgb(106,85,127); }
H1.HeaderClassName
{
color: #6A557F;
}
.AnyTagClassName
{
color: #6A557F;
}
</style>
background-color css
<style>
a { background-color: #6A557F; }
a { background-color: rgb(106,85,127); }
div.DivClassName
{
background-color: #6A557F;
}
.BgClassName
{
background-color: #6A557F;
}
</style>
border-color css
<style>
span { border-color: #6A557F; }
span { border-color: rgb(106,85,127); }
td.TdClassName
{
border-color: #6A557F;
}
.TagClassName
{
border-color: #6A557F;
}
</style>