Shades of Affair #664A79
Tints of Affair #664A79
RGB
CMYK
RGB Variations
Color information
#664A79 (or 0x664A79) is known color: Affair. HEX triplet: 66, 4A and 79. RGB value is (102,74,121). Sum of RGB (Red+Green+Blue) = 102+74+121=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #664A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A79 is #99B586. Grayscale: #575757. Windows color (decimal): -10073479 or 7948902. OLE color: 7948902.
HSL color Cylindrical-coordinate representation of color #664A79: hue angle of 275.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #664A79 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 74 | 121 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.53 |
| HSL | 275.74º | 0.24% | 0.38% | - |
| HSV(B) | 275.74º | 0.39% | 0.47% | - |
| XYZ | 11.38 | 9.1 | 19.25 | - |
| YUV | 87.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 121 | 0.16 | 0.39 | 0 | 0.53 | 275.74 | 0.24 | 0.38 |
| Hex | 66 | 4A | 79 | 10 | 27 | 0 | 35 | 114 | 18 | 26 |
| Octal | 146 | 112 | 171 | 20 | 47 | 0 | 65 | 424 | 30 | 46 |
| Binary | 1100110 | 1001010 | 1111001 | 10000 | 100111 | 0 | 110101 | 100010100 | 11000 | 100110 |
Color Harmonies of #664A79
Complementary color
Monochromatic Colors of #664A79
Black with #664A79
Text Example
Text Example
White with #664A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A79; }
p { color: rgb(102,74,121); }
H1.HeaderClassName
{
color: #664A79;
}
.AnyTagClassName
{
color: #664A79;
}
</style>
background-color css
<style>
a { background-color: #664A79; }
a { background-color: rgb(102,74,121); }
div.DivClassName
{
background-color: #664A79;
}
.BgClassName
{
background-color: #664A79;
}
</style>
border-color css
<style>
span { border-color: #664A79; }
span { border-color: rgb(102,74,121); }
td.TdClassName
{
border-color: #664A79;
}
.TagClassName
{
border-color: #664A79;
}
</style>