Shades of Studio #694DA9
Tints of Studio #694DA9
RGB
CMYK
RGB Variations
Color information
#694DA9 (or 0x694DA9) is known color: Studio. HEX triplet: 69, 4D and A9. RGB value is (105,77,169). Sum of RGB (Red+Green+Blue) = 105+77+169=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #694DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694DA9 is #96B256. Grayscale: #5F5F5F. Windows color (decimal): -9876055 or 11095401. OLE color: 11095401.
HSL color Cylindrical-coordinate representation of color #694DA9: hue angle of 258.26º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694DA9 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 77 | 169 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.34 |
| HSL | 258.26º | 0.37% | 0.48% | - |
| HSV(B) | 258.26º | 0.54% | 0.66% | - |
| XYZ | 15.64 | 11.18 | 38.87 | - |
| YUV | 95.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 169 | 0.38 | 0.54 | 0 | 0.34 | 258.26 | 0.37 | 0.48 |
| Hex | 69 | 4D | A9 | 26 | 36 | 0 | 22 | 102 | 25 | 30 |
| Octal | 151 | 115 | 251 | 46 | 66 | 0 | 42 | 402 | 45 | 60 |
| Binary | 1101001 | 1001101 | 10101001 | 100110 | 110110 | 0 | 100010 | 100000010 | 100101 | 110000 |
Color Harmonies of #694DA9
Complementary color
Monochromatic Colors of #694DA9
Black with #694DA9
Text Example
Text Example
White with #694DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DA9; }
p { color: rgb(105,77,169); }
H1.HeaderClassName
{
color: #694DA9;
}
.AnyTagClassName
{
color: #694DA9;
}
</style>
background-color css
<style>
a { background-color: #694DA9; }
a { background-color: rgb(105,77,169); }
div.DivClassName
{
background-color: #694DA9;
}
.BgClassName
{
background-color: #694DA9;
}
</style>
border-color css
<style>
span { border-color: #694DA9; }
span { border-color: rgb(105,77,169); }
td.TdClassName
{
border-color: #694DA9;
}
.TagClassName
{
border-color: #694DA9;
}
</style>