Shades of Affair #664A80
Tints of Affair #664A80
RGB
CMYK
RGB Variations
Color information
#664A80 (or 0x664A80) is known color: Affair. HEX triplet: 66, 4A and 80. RGB value is (102,74,128). Sum of RGB (Red+Green+Blue) = 102+74+128=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #664A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A80 is #99B57F. Grayscale: #585858. Windows color (decimal): -10073472 or 8407654. OLE color: 8407654.
HSL color Cylindrical-coordinate representation of color #664A80: hue angle of 271.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664A80 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 74 | 128 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.50 |
| HSL | 271.11º | 0.27% | 0.4% | - |
| HSV(B) | 271.11º | 0.42% | 0.5% | - |
| XYZ | 11.82 | 9.28 | 21.59 | - |
| YUV | 88.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 128 | 0.20 | 0.42 | 0 | 0.50 | 271.11 | 0.27 | 0.4 |
| Hex | 66 | 4A | 80 | 14 | 2A | 0 | 32 | 10F | 1B | 28 |
| Octal | 146 | 112 | 200 | 24 | 52 | 0 | 62 | 417 | 33 | 50 |
| Binary | 1100110 | 1001010 | 10000000 | 10100 | 101010 | 0 | 110010 | 100001111 | 11011 | 101000 |
Color Harmonies of #664A80
Complementary color
Monochromatic Colors of #664A80
Black with #664A80
Text Example
Text Example
White with #664A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A80; }
p { color: rgb(102,74,128); }
H1.HeaderClassName
{
color: #664A80;
}
.AnyTagClassName
{
color: #664A80;
}
</style>
background-color css
<style>
a { background-color: #664A80; }
a { background-color: rgb(102,74,128); }
div.DivClassName
{
background-color: #664A80;
}
.BgClassName
{
background-color: #664A80;
}
</style>
border-color css
<style>
span { border-color: #664A80; }
span { border-color: rgb(102,74,128); }
td.TdClassName
{
border-color: #664A80;
}
.TagClassName
{
border-color: #664A80;
}
</style>