Shades of Affair #694A88
Tints of Affair #694A88
RGB
CMYK
RGB Variations
Color information
#694A88 (or 0x694A88) is known color: Affair. HEX triplet: 69, 4A and 88. RGB value is (105,74,136). Sum of RGB (Red+Green+Blue) = 105+74+136=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #694A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A88 is #96B577. Grayscale: #5A5A5A. Windows color (decimal): -9876856 or 8931945. OLE color: 8931945.
HSL color Cylindrical-coordinate representation of color #694A88: hue angle of 270º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694A88 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 74 | 136 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.47 |
| HSL | 270º | 0.3% | 0.41% | - |
| HSV(B) | 270º | 0.46% | 0.53% | - |
| XYZ | 12.72 | 9.68 | 24.49 | - |
| YUV | 90.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 136 | 0.23 | 0.46 | 0 | 0.47 | 270 | 0.3 | 0.41 |
| Hex | 69 | 4A | 88 | 17 | 2E | 0 | 2F | 10E | 1E | 29 |
| Octal | 151 | 112 | 210 | 27 | 56 | 0 | 57 | 416 | 36 | 51 |
| Binary | 1101001 | 1001010 | 10001000 | 10111 | 101110 | 0 | 101111 | 100001110 | 11110 | 101001 |
Color Harmonies of #694A88
Complementary color
Monochromatic Colors of #694A88
Black with #694A88
Text Example
Text Example
White with #694A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A88; }
p { color: rgb(105,74,136); }
H1.HeaderClassName
{
color: #694A88;
}
.AnyTagClassName
{
color: #694A88;
}
</style>
background-color css
<style>
a { background-color: #694A88; }
a { background-color: rgb(105,74,136); }
div.DivClassName
{
background-color: #694A88;
}
.BgClassName
{
background-color: #694A88;
}
</style>
border-color css
<style>
span { border-color: #694A88; }
span { border-color: rgb(105,74,136); }
td.TdClassName
{
border-color: #694A88;
}
.TagClassName
{
border-color: #694A88;
}
</style>