Shades of Studio #694A96
Tints of Studio #694A96
RGB
CMYK
RGB Variations
Color information
#694A96 (or 0x694A96) is known color: Studio. HEX triplet: 69, 4A and 96. RGB value is (105,74,150). Sum of RGB (Red+Green+Blue) = 105+74+150=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #694A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A96 is #96B569. Grayscale: #5B5B5B. Windows color (decimal): -9876842 or 9849449. OLE color: 9849449.
HSL color Cylindrical-coordinate representation of color #694A96: hue angle of 264.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694A96 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 74 | 150 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.41 |
| HSL | 264.47º | 0.34% | 0.44% | - |
| HSV(B) | 264.47º | 0.51% | 0.59% | - |
| XYZ | 13.78 | 10.1 | 30.08 | - |
| YUV | 91.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 150 | 0.30 | 0.51 | 0 | 0.41 | 264.47 | 0.34 | 0.44 |
| Hex | 69 | 4A | 96 | 1E | 33 | 0 | 29 | 108 | 22 | 2C |
| Octal | 151 | 112 | 226 | 36 | 63 | 0 | 51 | 410 | 42 | 54 |
| Binary | 1101001 | 1001010 | 10010110 | 11110 | 110011 | 0 | 101001 | 100001000 | 100010 | 101100 |
Color Harmonies of #694A96
Complementary color
Monochromatic Colors of #694A96
Black with #694A96
Text Example
Text Example
White with #694A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A96; }
p { color: rgb(105,74,150); }
H1.HeaderClassName
{
color: #694A96;
}
.AnyTagClassName
{
color: #694A96;
}
</style>
background-color css
<style>
a { background-color: #694A96; }
a { background-color: rgb(105,74,150); }
div.DivClassName
{
background-color: #694A96;
}
.BgClassName
{
background-color: #694A96;
}
</style>
border-color css
<style>
span { border-color: #694A96; }
span { border-color: rgb(105,74,150); }
td.TdClassName
{
border-color: #694A96;
}
.TagClassName
{
border-color: #694A96;
}
</style>