Shades of Studio #694E9F
Tints of Studio #694E9F
RGB
CMYK
RGB Variations
Color information
#694E9F (or 0x694E9F) is known color: Studio. HEX triplet: 69, 4E and 9F. RGB value is (105,78,159). Sum of RGB (Red+Green+Blue) = 105+78+159=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #694E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694E9F is #96B160. Grayscale: #5F5F5F. Windows color (decimal): -9875809 or 10440297. OLE color: 10440297.
HSL color Cylindrical-coordinate representation of color #694E9F: hue angle of 260º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694E9F is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 78 | 159 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.38 |
| HSL | 260º | 0.34% | 0.46% | - |
| HSV(B) | 260º | 0.51% | 0.62% | - |
| XYZ | 14.81 | 10.96 | 34.13 | - |
| YUV | 95.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 159 | 0.34 | 0.51 | 0 | 0.38 | 260 | 0.34 | 0.46 |
| Hex | 69 | 4E | 9F | 22 | 33 | 0 | 26 | 104 | 22 | 2E |
| Octal | 151 | 116 | 237 | 42 | 63 | 0 | 46 | 404 | 42 | 56 |
| Binary | 1101001 | 1001110 | 10011111 | 100010 | 110011 | 0 | 100110 | 100000100 | 100010 | 101110 |
Color Harmonies of #694E9F
Complementary color
Monochromatic Colors of #694E9F
Black with #694E9F
Text Example
Text Example
White with #694E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E9F; }
p { color: rgb(105,78,159); }
H1.HeaderClassName
{
color: #694E9F;
}
.AnyTagClassName
{
color: #694E9F;
}
</style>
background-color css
<style>
a { background-color: #694E9F; }
a { background-color: rgb(105,78,159); }
div.DivClassName
{
background-color: #694E9F;
}
.BgClassName
{
background-color: #694E9F;
}
</style>
border-color css
<style>
span { border-color: #694E9F; }
span { border-color: rgb(105,78,159); }
td.TdClassName
{
border-color: #694E9F;
}
.TagClassName
{
border-color: #694E9F;
}
</style>