Shades of Affair #67517C
Tints of Affair #67517C
RGB
CMYK
RGB Variations
Color information
#67517C (or 0x67517C) is known color: Affair. HEX triplet: 67, 51 and 7C. RGB value is (103,81,124). Sum of RGB (Red+Green+Blue) = 103+81+124=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #67517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67517C is #98AE83. Grayscale: #5C5C5C. Windows color (decimal): -10006148 or 8147303. OLE color: 8147303.
HSL color Cylindrical-coordinate representation of color #67517C: hue angle of 270.7º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67517C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 81 | 124 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.51 |
| HSL | 270.7º | 0.21% | 0.4% | - |
| HSV(B) | 270.7º | 0.35% | 0.49% | - |
| XYZ | 12.17 | 10.22 | 20.4 | - |
| YUV | 92.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 124 | 0.17 | 0.35 | 0 | 0.51 | 270.7 | 0.21 | 0.4 |
| Hex | 67 | 51 | 7C | 11 | 23 | 0 | 33 | 10F | 15 | 28 |
| Octal | 147 | 121 | 174 | 21 | 43 | 0 | 63 | 417 | 25 | 50 |
| Binary | 1100111 | 1010001 | 1111100 | 10001 | 100011 | 0 | 110011 | 100001111 | 10101 | 101000 |
Color Harmonies of #67517C
Complementary color
Monochromatic Colors of #67517C
Black with #67517C
Text Example
Text Example
White with #67517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67517C; }
p { color: rgb(103,81,124); }
H1.HeaderClassName
{
color: #67517C;
}
.AnyTagClassName
{
color: #67517C;
}
</style>
background-color css
<style>
a { background-color: #67517C; }
a { background-color: rgb(103,81,124); }
div.DivClassName
{
background-color: #67517C;
}
.BgClassName
{
background-color: #67517C;
}
</style>
border-color css
<style>
span { border-color: #67517C; }
span { border-color: rgb(103,81,124); }
td.TdClassName
{
border-color: #67517C;
}
.TagClassName
{
border-color: #67517C;
}
</style>