Shades of Studio #694C9A
Tints of Studio #694C9A
RGB
CMYK
RGB Variations
Color information
#694C9A (or 0x694C9A) is known color: Studio. HEX triplet: 69, 4C and 9A. RGB value is (105,76,154). Sum of RGB (Red+Green+Blue) = 105+76+154=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #694C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694C9A is #96B365. Grayscale: #5D5D5D. Windows color (decimal): -9876326 or 10112105. OLE color: 10112105.
HSL color Cylindrical-coordinate representation of color #694C9A: hue angle of 262.31º 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 #694C9A is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 76 | 154 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.40 |
| HSL | 262.31º | 0.34% | 0.45% | - |
| HSV(B) | 262.31º | 0.51% | 0.6% | - |
| XYZ | 14.24 | 10.51 | 31.85 | - |
| YUV | 93.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 154 | 0.32 | 0.51 | 0 | 0.40 | 262.31 | 0.34 | 0.45 |
| Hex | 69 | 4C | 9A | 20 | 33 | 0 | 28 | 106 | 22 | 2D |
| Octal | 151 | 114 | 232 | 40 | 63 | 0 | 50 | 406 | 42 | 55 |
| Binary | 1101001 | 1001100 | 10011010 | 100000 | 110011 | 0 | 101000 | 100000110 | 100010 | 101101 |
Color Harmonies of #694C9A
Complementary color
Monochromatic Colors of #694C9A
Black with #694C9A
Text Example
Text Example
White with #694C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C9A; }
p { color: rgb(105,76,154); }
H1.HeaderClassName
{
color: #694C9A;
}
.AnyTagClassName
{
color: #694C9A;
}
</style>
background-color css
<style>
a { background-color: #694C9A; }
a { background-color: rgb(105,76,154); }
div.DivClassName
{
background-color: #694C9A;
}
.BgClassName
{
background-color: #694C9A;
}
</style>
border-color css
<style>
span { border-color: #694C9A; }
span { border-color: rgb(105,76,154); }
td.TdClassName
{
border-color: #694C9A;
}
.TagClassName
{
border-color: #694C9A;
}
</style>