Shades of Studio #694B9A
Tints of Studio #694B9A
RGB
CMYK
RGB Variations
Color information
#694B9A (or 0x694B9A) is known color: Studio. HEX triplet: 69, 4B and 9A. RGB value is (105,75,154). Sum of RGB (Red+Green+Blue) = 105+75+154=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #694B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B9A is #96B465. Grayscale: #5C5C5C. Windows color (decimal): -9876582 or 10111849. OLE color: 10111849.
HSL color Cylindrical-coordinate representation of color #694B9A: hue angle of 262.78º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694B9A is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 75 | 154 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.40 |
| HSL | 262.78º | 0.34% | 0.45% | - |
| HSV(B) | 262.78º | 0.51% | 0.6% | - |
| XYZ | 14.17 | 10.37 | 31.83 | - |
| YUV | 92.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 154 | 0.32 | 0.51 | 0 | 0.40 | 262.78 | 0.34 | 0.45 |
| Hex | 69 | 4B | 9A | 20 | 33 | 0 | 28 | 107 | 22 | 2D |
| Octal | 151 | 113 | 232 | 40 | 63 | 0 | 50 | 407 | 42 | 55 |
| Binary | 1101001 | 1001011 | 10011010 | 100000 | 110011 | 0 | 101000 | 100000111 | 100010 | 101101 |
Color Harmonies of #694B9A
Complementary color
Monochromatic Colors of #694B9A
Black with #694B9A
Text Example
Text Example
White with #694B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B9A; }
p { color: rgb(105,75,154); }
H1.HeaderClassName
{
color: #694B9A;
}
.AnyTagClassName
{
color: #694B9A;
}
</style>
background-color css
<style>
a { background-color: #694B9A; }
a { background-color: rgb(105,75,154); }
div.DivClassName
{
background-color: #694B9A;
}
.BgClassName
{
background-color: #694B9A;
}
</style>
border-color css
<style>
span { border-color: #694B9A; }
span { border-color: rgb(105,75,154); }
td.TdClassName
{
border-color: #694B9A;
}
.TagClassName
{
border-color: #694B9A;
}
</style>