Shades of Studio #694F9A
Tints of Studio #694F9A
RGB
CMYK
RGB Variations
Color information
#694F9A (or 0x694F9A) is known color: Studio. HEX triplet: 69, 4F and 9A. RGB value is (105,79,154). Sum of RGB (Red+Green+Blue) = 105+79+154=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #694F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694F9A is #96B065. Grayscale: #5F5F5F. Windows color (decimal): -9875558 or 10112873. OLE color: 10112873.
HSL color Cylindrical-coordinate representation of color #694F9A: hue angle of 260.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694F9A is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 79 | 154 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.40 |
| HSL | 260.8º | 0.32% | 0.46% | - |
| HSV(B) | 260.8º | 0.49% | 0.6% | - |
| XYZ | 14.45 | 10.93 | 31.92 | - |
| YUV | 95.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 154 | 0.32 | 0.49 | 0 | 0.40 | 260.8 | 0.32 | 0.46 |
| Hex | 69 | 4F | 9A | 20 | 31 | 0 | 28 | 105 | 20 | 2E |
| Octal | 151 | 117 | 232 | 40 | 61 | 0 | 50 | 405 | 40 | 56 |
| Binary | 1101001 | 1001111 | 10011010 | 100000 | 110001 | 0 | 101000 | 100000101 | 100000 | 101110 |
Color Harmonies of #694F9A
Complementary color
Monochromatic Colors of #694F9A
Black with #694F9A
Text Example
Text Example
White with #694F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F9A; }
p { color: rgb(105,79,154); }
H1.HeaderClassName
{
color: #694F9A;
}
.AnyTagClassName
{
color: #694F9A;
}
</style>
background-color css
<style>
a { background-color: #694F9A; }
a { background-color: rgb(105,79,154); }
div.DivClassName
{
background-color: #694F9A;
}
.BgClassName
{
background-color: #694F9A;
}
</style>
border-color css
<style>
span { border-color: #694F9A; }
span { border-color: rgb(105,79,154); }
td.TdClassName
{
border-color: #694F9A;
}
.TagClassName
{
border-color: #694F9A;
}
</style>