Shades of Affair #69507C
Tints of Affair #69507C
RGB
CMYK
RGB Variations
Color information
#69507C (or 0x69507C) is known color: Affair. HEX triplet: 69, 50 and 7C. RGB value is (105,80,124). Sum of RGB (Red+Green+Blue) = 105+80+124=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #69507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69507C is #96AF83. Grayscale: #5C5C5C. Windows color (decimal): -9875332 or 8147049. OLE color: 8147049.
HSL color Cylindrical-coordinate representation of color #69507C: hue angle of 274.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69507C is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 80 | 124 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.51 |
| HSL | 274.09º | 0.22% | 0.4% | - |
| HSV(B) | 274.09º | 0.35% | 0.49% | - |
| XYZ | 12.33 | 10.2 | 20.39 | - |
| YUV | 92.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 124 | 0.15 | 0.35 | 0 | 0.51 | 274.09 | 0.22 | 0.4 |
| Hex | 69 | 50 | 7C | F | 23 | 0 | 33 | 112 | 16 | 28 |
| Octal | 151 | 120 | 174 | 17 | 43 | 0 | 63 | 422 | 26 | 50 |
| Binary | 1101001 | 1010000 | 1111100 | 1111 | 100011 | 0 | 110011 | 100010010 | 10110 | 101000 |
Color Harmonies of #69507C
Complementary color
Monochromatic Colors of #69507C
Black with #69507C
Text Example
Text Example
White with #69507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69507C; }
p { color: rgb(105,80,124); }
H1.HeaderClassName
{
color: #69507C;
}
.AnyTagClassName
{
color: #69507C;
}
</style>
background-color css
<style>
a { background-color: #69507C; }
a { background-color: rgb(105,80,124); }
div.DivClassName
{
background-color: #69507C;
}
.BgClassName
{
background-color: #69507C;
}
</style>
border-color css
<style>
span { border-color: #69507C; }
span { border-color: rgb(105,80,124); }
td.TdClassName
{
border-color: #69507C;
}
.TagClassName
{
border-color: #69507C;
}
</style>