Shades of Studio #694CAB
Tints of Studio #694CAB
RGB
CMYK
RGB Variations
Color information
#694CAB (or 0x694CAB) is known color: Studio. HEX triplet: 69, 4C and AB. RGB value is (105,76,171). Sum of RGB (Red+Green+Blue) = 105+76+171=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #694CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694CAB is #96B354. Grayscale: #5F5F5F. Windows color (decimal): -9876309 or 11226217. OLE color: 11226217.
HSL color Cylindrical-coordinate representation of color #694CAB: hue angle of 258.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694CAB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 76 | 171 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.33 |
| HSL | 258.32º | 0.38% | 0.48% | - |
| HSV(B) | 258.32º | 0.56% | 0.67% | - |
| XYZ | 15.76 | 11.11 | 39.84 | - |
| YUV | 95.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 171 | 0.39 | 0.56 | 0 | 0.33 | 258.32 | 0.38 | 0.48 |
| Hex | 69 | 4C | AB | 27 | 38 | 0 | 21 | 102 | 26 | 30 |
| Octal | 151 | 114 | 253 | 47 | 70 | 0 | 41 | 402 | 46 | 60 |
| Binary | 1101001 | 1001100 | 10101011 | 100111 | 111000 | 0 | 100001 | 100000010 | 100110 | 110000 |
Color Harmonies of #694CAB
Complementary color
Monochromatic Colors of #694CAB
Black with #694CAB
Text Example
Text Example
White with #694CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CAB; }
p { color: rgb(105,76,171); }
H1.HeaderClassName
{
color: #694CAB;
}
.AnyTagClassName
{
color: #694CAB;
}
</style>
background-color css
<style>
a { background-color: #694CAB; }
a { background-color: rgb(105,76,171); }
div.DivClassName
{
background-color: #694CAB;
}
.BgClassName
{
background-color: #694CAB;
}
</style>
border-color css
<style>
span { border-color: #694CAB; }
span { border-color: rgb(105,76,171); }
td.TdClassName
{
border-color: #694CAB;
}
.TagClassName
{
border-color: #694CAB;
}
</style>