Shades of Affair #664E76
Tints of Affair #664E76
RGB
CMYK
RGB Variations
Color information
#664E76 (or 0x664E76) is known color: Affair. HEX triplet: 66, 4E and 76. RGB value is (102,78,118). Sum of RGB (Red+Green+Blue) = 102+78+118=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #664E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E76 is #99B189. Grayscale: #595959. Windows color (decimal): -10072458 or 7753318. OLE color: 7753318.
HSL color Cylindrical-coordinate representation of color #664E76: hue angle of 276º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664E76 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 78 | 118 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.54 |
| HSL | 276º | 0.2% | 0.38% | - |
| HSV(B) | 276º | 0.34% | 0.46% | - |
| XYZ | 11.47 | 9.58 | 18.38 | - |
| YUV | 89.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 118 | 0.14 | 0.34 | 0 | 0.54 | 276 | 0.2 | 0.38 |
| Hex | 66 | 4E | 76 | E | 22 | 0 | 36 | 114 | 14 | 26 |
| Octal | 146 | 116 | 166 | 16 | 42 | 0 | 66 | 424 | 24 | 46 |
| Binary | 1100110 | 1001110 | 1110110 | 1110 | 100010 | 0 | 110110 | 100010100 | 10100 | 100110 |
Color Harmonies of #664E76
Complementary color
Monochromatic Colors of #664E76
Black with #664E76
Text Example
Text Example
White with #664E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E76; }
p { color: rgb(102,78,118); }
H1.HeaderClassName
{
color: #664E76;
}
.AnyTagClassName
{
color: #664E76;
}
</style>
background-color css
<style>
a { background-color: #664E76; }
a { background-color: rgb(102,78,118); }
div.DivClassName
{
background-color: #664E76;
}
.BgClassName
{
background-color: #664E76;
}
</style>
border-color css
<style>
span { border-color: #664E76; }
span { border-color: rgb(102,78,118); }
td.TdClassName
{
border-color: #664E76;
}
.TagClassName
{
border-color: #664E76;
}
</style>