Shades of Affair #664C7E
Tints of Affair #664C7E
RGB
CMYK
RGB Variations
Color information
#664C7E (or 0x664C7E) is known color: Affair. HEX triplet: 66, 4C and 7E. RGB value is (102,76,126). Sum of RGB (Red+Green+Blue) = 102+76+126=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #664C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C7E is #99B381. Grayscale: #595959. Windows color (decimal): -10072962 or 8277094. OLE color: 8277094.
HSL color Cylindrical-coordinate representation of color #664C7E: hue angle of 271.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #664C7E is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 76 | 126 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.51 |
| HSL | 271.2º | 0.25% | 0.4% | - |
| HSV(B) | 271.2º | 0.4% | 0.49% | - |
| XYZ | 11.83 | 9.5 | 20.95 | - |
| YUV | 89.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 126 | 0.19 | 0.40 | 0 | 0.51 | 271.2 | 0.25 | 0.4 |
| Hex | 66 | 4C | 7E | 13 | 28 | 0 | 33 | 10F | 19 | 28 |
| Octal | 146 | 114 | 176 | 23 | 50 | 0 | 63 | 417 | 31 | 50 |
| Binary | 1100110 | 1001100 | 1111110 | 10011 | 101000 | 0 | 110011 | 100001111 | 11001 | 101000 |
Color Harmonies of #664C7E
Complementary color
Monochromatic Colors of #664C7E
Black with #664C7E
Text Example
Text Example
White with #664C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C7E; }
p { color: rgb(102,76,126); }
H1.HeaderClassName
{
color: #664C7E;
}
.AnyTagClassName
{
color: #664C7E;
}
</style>
background-color css
<style>
a { background-color: #664C7E; }
a { background-color: rgb(102,76,126); }
div.DivClassName
{
background-color: #664C7E;
}
.BgClassName
{
background-color: #664C7E;
}
</style>
border-color css
<style>
span { border-color: #664C7E; }
span { border-color: rgb(102,76,126); }
td.TdClassName
{
border-color: #664C7E;
}
.TagClassName
{
border-color: #664C7E;
}
</style>