Shades of Affair #674A81
Tints of Affair #674A81
RGB
CMYK
RGB Variations
Color information
#674A81 (or 0x674A81) is known color: Affair. HEX triplet: 67, 4A and 81. RGB value is (103,74,129). Sum of RGB (Red+Green+Blue) = 103+74+129=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #674A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A81 is #98B57E. Grayscale: #585858. Windows color (decimal): -10007935 or 8473191. OLE color: 8473191.
HSL color Cylindrical-coordinate representation of color #674A81: hue angle of 271.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #674A81 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 74 | 129 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.49 |
| HSL | 271.64º | 0.27% | 0.4% | - |
| HSV(B) | 271.64º | 0.43% | 0.51% | - |
| XYZ | 12 | 9.37 | 21.94 | - |
| YUV | 88.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 129 | 0.20 | 0.43 | 0 | 0.49 | 271.64 | 0.27 | 0.4 |
| Hex | 67 | 4A | 81 | 14 | 2B | 0 | 31 | 110 | 1B | 28 |
| Octal | 147 | 112 | 201 | 24 | 53 | 0 | 61 | 420 | 33 | 50 |
| Binary | 1100111 | 1001010 | 10000001 | 10100 | 101011 | 0 | 110001 | 100010000 | 11011 | 101000 |
Color Harmonies of #674A81
Complementary color
Monochromatic Colors of #674A81
Black with #674A81
Text Example
Text Example
White with #674A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A81; }
p { color: rgb(103,74,129); }
H1.HeaderClassName
{
color: #674A81;
}
.AnyTagClassName
{
color: #674A81;
}
</style>
background-color css
<style>
a { background-color: #674A81; }
a { background-color: rgb(103,74,129); }
div.DivClassName
{
background-color: #674A81;
}
.BgClassName
{
background-color: #674A81;
}
</style>
border-color css
<style>
span { border-color: #674A81; }
span { border-color: rgb(103,74,129); }
td.TdClassName
{
border-color: #674A81;
}
.TagClassName
{
border-color: #674A81;
}
</style>