Shades of Studio #694B99
Tints of Studio #694B99
RGB
CMYK
RGB Variations
Color information
#694B99 (or 0x694B99) is known color: Studio. HEX triplet: 69, 4B and 99. RGB value is (105,75,153). Sum of RGB (Red+Green+Blue) = 105+75+153=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #694B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B99 is #96B466. Grayscale: #5C5C5C. Windows color (decimal): -9876583 or 10046313. OLE color: 10046313.
HSL color Cylindrical-coordinate representation of color #694B99: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694B99 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 75 | 153 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.4 |
| HSL | 263.08º | 0.34% | 0.45% | - |
| HSV(B) | 263.08º | 0.51% | 0.6% | - |
| XYZ | 14.09 | 10.34 | 31.39 | - |
| YUV | 92.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 153 | 0.31 | 0.51 | 0 | 0.4 | 263.08 | 0.34 | 0.45 |
| Hex | 69 | 4B | 99 | 1F | 33 | 0 | 28 | 107 | 22 | 2D |
| Octal | 151 | 113 | 231 | 37 | 63 | 0 | 50 | 407 | 42 | 55 |
| Binary | 1101001 | 1001011 | 10011001 | 11111 | 110011 | 0 | 101000 | 100000111 | 100010 | 101101 |
Color Harmonies of #694B99
Complementary color
Monochromatic Colors of #694B99
Black with #694B99
Text Example
Text Example
White with #694B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B99; }
p { color: rgb(105,75,153); }
H1.HeaderClassName
{
color: #694B99;
}
.AnyTagClassName
{
color: #694B99;
}
</style>
background-color css
<style>
a { background-color: #694B99; }
a { background-color: rgb(105,75,153); }
div.DivClassName
{
background-color: #694B99;
}
.BgClassName
{
background-color: #694B99;
}
</style>
border-color css
<style>
span { border-color: #694B99; }
span { border-color: rgb(105,75,153); }
td.TdClassName
{
border-color: #694B99;
}
.TagClassName
{
border-color: #694B99;
}
</style>