Shades of Affair #664E7C
Tints of Affair #664E7C
RGB
CMYK
RGB Variations
Color information
#664E7C (or 0x664E7C) is known color: Affair. HEX triplet: 66, 4E and 7C. RGB value is (102,78,124). Sum of RGB (Red+Green+Blue) = 102+78+124=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #664E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E7C is #99B183. Grayscale: #5A5A5A. Windows color (decimal): -10072452 or 8146534. OLE color: 8146534.
HSL color Cylindrical-coordinate representation of color #664E7C: hue angle of 271.3º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664E7C is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 78 | 124 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.51 |
| HSL | 271.3º | 0.23% | 0.4% | - |
| HSV(B) | 271.3º | 0.37% | 0.49% | - |
| XYZ | 11.84 | 9.73 | 20.32 | - |
| YUV | 90.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 124 | 0.18 | 0.37 | 0 | 0.51 | 271.3 | 0.23 | 0.4 |
| Hex | 66 | 4E | 7C | 12 | 25 | 0 | 33 | 10F | 17 | 28 |
| Octal | 146 | 116 | 174 | 22 | 45 | 0 | 63 | 417 | 27 | 50 |
| Binary | 1100110 | 1001110 | 1111100 | 10010 | 100101 | 0 | 110011 | 100001111 | 10111 | 101000 |
Color Harmonies of #664E7C
Complementary color
Monochromatic Colors of #664E7C
Black with #664E7C
Text Example
Text Example
White with #664E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E7C; }
p { color: rgb(102,78,124); }
H1.HeaderClassName
{
color: #664E7C;
}
.AnyTagClassName
{
color: #664E7C;
}
</style>
background-color css
<style>
a { background-color: #664E7C; }
a { background-color: rgb(102,78,124); }
div.DivClassName
{
background-color: #664E7C;
}
.BgClassName
{
background-color: #664E7C;
}
</style>
border-color css
<style>
span { border-color: #664E7C; }
span { border-color: rgb(102,78,124); }
td.TdClassName
{
border-color: #664E7C;
}
.TagClassName
{
border-color: #664E7C;
}
</style>