Shades of Studio #694D97
Tints of Studio #694D97
RGB
CMYK
RGB Variations
Color information
#694D97 (or 0x694D97) is known color: Studio. HEX triplet: 69, 4D and 97. RGB value is (105,77,151). Sum of RGB (Red+Green+Blue) = 105+77+151=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #694D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D97 is #96B268. Grayscale: #5D5D5D. Windows color (decimal): -9876073 or 9915753. OLE color: 9915753.
HSL color Cylindrical-coordinate representation of color #694D97: hue angle of 262.7º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694D97 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 77 | 151 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.41 |
| HSL | 262.7º | 0.32% | 0.45% | - |
| HSV(B) | 262.7º | 0.49% | 0.59% | - |
| XYZ | 14.07 | 10.55 | 30.57 | - |
| YUV | 93.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 151 | 0.30 | 0.49 | 0 | 0.41 | 262.7 | 0.32 | 0.45 |
| Hex | 69 | 4D | 97 | 1E | 31 | 0 | 29 | 107 | 20 | 2D |
| Octal | 151 | 115 | 227 | 36 | 61 | 0 | 51 | 407 | 40 | 55 |
| Binary | 1101001 | 1001101 | 10010111 | 11110 | 110001 | 0 | 101001 | 100000111 | 100000 | 101101 |
Color Harmonies of #694D97
Complementary color
Monochromatic Colors of #694D97
Black with #694D97
Text Example
Text Example
White with #694D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D97; }
p { color: rgb(105,77,151); }
H1.HeaderClassName
{
color: #694D97;
}
.AnyTagClassName
{
color: #694D97;
}
</style>
background-color css
<style>
a { background-color: #694D97; }
a { background-color: rgb(105,77,151); }
div.DivClassName
{
background-color: #694D97;
}
.BgClassName
{
background-color: #694D97;
}
</style>
border-color css
<style>
span { border-color: #694D97; }
span { border-color: rgb(105,77,151); }
td.TdClassName
{
border-color: #694D97;
}
.TagClassName
{
border-color: #694D97;
}
</style>