Shades of Studio #694D9A
Tints of Studio #694D9A
RGB
CMYK
RGB Variations
Color information
#694D9A (or 0x694D9A) is known color: Studio. HEX triplet: 69, 4D and 9A. RGB value is (105,77,154). Sum of RGB (Red+Green+Blue) = 105+77+154=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #694D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D9A is #96B265. Grayscale: #5D5D5D. Windows color (decimal): -9876070 or 10112361. OLE color: 10112361.
HSL color Cylindrical-coordinate representation of color #694D9A: hue angle of 261.82º 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 #694D9A is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 77 | 154 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.40 |
| HSL | 261.82º | 0.33% | 0.45% | - |
| HSV(B) | 261.82º | 0.5% | 0.6% | - |
| XYZ | 14.31 | 10.64 | 31.87 | - |
| YUV | 94.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 154 | 0.32 | 0.50 | 0 | 0.40 | 261.82 | 0.33 | 0.45 |
| Hex | 69 | 4D | 9A | 20 | 32 | 0 | 28 | 106 | 21 | 2D |
| Octal | 151 | 115 | 232 | 40 | 62 | 0 | 50 | 406 | 41 | 55 |
| Binary | 1101001 | 1001101 | 10011010 | 100000 | 110010 | 0 | 101000 | 100000110 | 100001 | 101101 |
Color Harmonies of #694D9A
Complementary color
Monochromatic Colors of #694D9A
Black with #694D9A
Text Example
Text Example
White with #694D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D9A; }
p { color: rgb(105,77,154); }
H1.HeaderClassName
{
color: #694D9A;
}
.AnyTagClassName
{
color: #694D9A;
}
</style>
background-color css
<style>
a { background-color: #694D9A; }
a { background-color: rgb(105,77,154); }
div.DivClassName
{
background-color: #694D9A;
}
.BgClassName
{
background-color: #694D9A;
}
</style>
border-color css
<style>
span { border-color: #694D9A; }
span { border-color: rgb(105,77,154); }
td.TdClassName
{
border-color: #694D9A;
}
.TagClassName
{
border-color: #694D9A;
}
</style>