Shades of Studio #694F9F
Tints of Studio #694F9F
RGB
CMYK
RGB Variations
Color information
#694F9F (or 0x694F9F) is known color: Studio. HEX triplet: 69, 4F and 9F. RGB value is (105,79,159). Sum of RGB (Red+Green+Blue) = 105+79+159=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #694F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694F9F is #96B060. Grayscale: #5F5F5F. Windows color (decimal): -9875553 or 10440553. OLE color: 10440553.
HSL color Cylindrical-coordinate representation of color #694F9F: hue angle of 259.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694F9F is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 79 | 159 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.38 |
| HSL | 259.5º | 0.34% | 0.47% | - |
| HSV(B) | 259.5º | 0.5% | 0.62% | - |
| XYZ | 14.88 | 11.1 | 34.16 | - |
| YUV | 95.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 159 | 0.34 | 0.50 | 0 | 0.38 | 259.5 | 0.34 | 0.47 |
| Hex | 69 | 4F | 9F | 22 | 32 | 0 | 26 | 104 | 22 | 2F |
| Octal | 151 | 117 | 237 | 42 | 62 | 0 | 46 | 404 | 42 | 57 |
| Binary | 1101001 | 1001111 | 10011111 | 100010 | 110010 | 0 | 100110 | 100000100 | 100010 | 101111 |
Color Harmonies of #694F9F
Complementary color
Monochromatic Colors of #694F9F
Black with #694F9F
Text Example
Text Example
White with #694F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F9F; }
p { color: rgb(105,79,159); }
H1.HeaderClassName
{
color: #694F9F;
}
.AnyTagClassName
{
color: #694F9F;
}
</style>
background-color css
<style>
a { background-color: #694F9F; }
a { background-color: rgb(105,79,159); }
div.DivClassName
{
background-color: #694F9F;
}
.BgClassName
{
background-color: #694F9F;
}
</style>
border-color css
<style>
span { border-color: #694F9F; }
span { border-color: rgb(105,79,159); }
td.TdClassName
{
border-color: #694F9F;
}
.TagClassName
{
border-color: #694F9F;
}
</style>