Shades of Affair #674E7B
Tints of Affair #674E7B
RGB
CMYK
RGB Variations
Color information
#674E7B (or 0x674E7B) is known color: Affair. HEX triplet: 67, 4E and 7B. RGB value is (103,78,123). Sum of RGB (Red+Green+Blue) = 103+78+123=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #674E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E7B is #98B184. Grayscale: #5A5A5A. Windows color (decimal): -10006917 or 8080999. OLE color: 8080999.
HSL color Cylindrical-coordinate representation of color #674E7B: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674E7B is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 78 | 123 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.52 |
| HSL | 273.33º | 0.22% | 0.39% | - |
| HSV(B) | 273.33º | 0.37% | 0.48% | - |
| XYZ | 11.89 | 9.76 | 20 | - |
| YUV | 90.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 123 | 0.16 | 0.37 | 0 | 0.52 | 273.33 | 0.22 | 0.39 |
| Hex | 67 | 4E | 7B | 10 | 25 | 0 | 34 | 111 | 16 | 27 |
| Octal | 147 | 116 | 173 | 20 | 45 | 0 | 64 | 421 | 26 | 47 |
| Binary | 1100111 | 1001110 | 1111011 | 10000 | 100101 | 0 | 110100 | 100010001 | 10110 | 100111 |
Color Harmonies of #674E7B
Complementary color
Monochromatic Colors of #674E7B
Black with #674E7B
Text Example
Text Example
White with #674E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E7B; }
p { color: rgb(103,78,123); }
H1.HeaderClassName
{
color: #674E7B;
}
.AnyTagClassName
{
color: #674E7B;
}
</style>
background-color css
<style>
a { background-color: #674E7B; }
a { background-color: rgb(103,78,123); }
div.DivClassName
{
background-color: #674E7B;
}
.BgClassName
{
background-color: #674E7B;
}
</style>
border-color css
<style>
span { border-color: #674E7B; }
span { border-color: rgb(103,78,123); }
td.TdClassName
{
border-color: #674E7B;
}
.TagClassName
{
border-color: #674E7B;
}
</style>