Shades of Studio #694D99
Tints of Studio #694D99
RGB
CMYK
RGB Variations
Color information
#694D99 (or 0x694D99) is known color: Studio. HEX triplet: 69, 4D and 99. RGB value is (105,77,153). Sum of RGB (Red+Green+Blue) = 105+77+153=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #694D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D99 is #96B266. Grayscale: #5D5D5D. Windows color (decimal): -9876071 or 10046825. OLE color: 10046825.
HSL color Cylindrical-coordinate representation of color #694D99: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694D99 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 77 | 153 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.4 |
| HSL | 262.11º | 0.33% | 0.45% | - |
| HSV(B) | 262.11º | 0.5% | 0.6% | - |
| XYZ | 14.23 | 10.61 | 31.44 | - |
| YUV | 94.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 153 | 0.31 | 0.50 | 0 | 0.4 | 262.11 | 0.33 | 0.45 |
| Hex | 69 | 4D | 99 | 1F | 32 | 0 | 28 | 106 | 21 | 2D |
| Octal | 151 | 115 | 231 | 37 | 62 | 0 | 50 | 406 | 41 | 55 |
| Binary | 1101001 | 1001101 | 10011001 | 11111 | 110010 | 0 | 101000 | 100000110 | 100001 | 101101 |
Color Harmonies of #694D99
Complementary color
Monochromatic Colors of #694D99
Black with #694D99
Text Example
Text Example
White with #694D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D99; }
p { color: rgb(105,77,153); }
H1.HeaderClassName
{
color: #694D99;
}
.AnyTagClassName
{
color: #694D99;
}
</style>
background-color css
<style>
a { background-color: #694D99; }
a { background-color: rgb(105,77,153); }
div.DivClassName
{
background-color: #694D99;
}
.BgClassName
{
background-color: #694D99;
}
</style>
border-color css
<style>
span { border-color: #694D99; }
span { border-color: rgb(105,77,153); }
td.TdClassName
{
border-color: #694D99;
}
.TagClassName
{
border-color: #694D99;
}
</style>