Shades of Studio #694BAC
Tints of Studio #694BAC
RGB
CMYK
RGB Variations
Color information
#694BAC (or 0x694BAC) is known color: Studio. HEX triplet: 69, 4B and AC. RGB value is (105,75,172). Sum of RGB (Red+Green+Blue) = 105+75+172=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #694BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BAC is #96B453. Grayscale: #5E5E5E. Windows color (decimal): -9876564 or 11291497. OLE color: 11291497.
HSL color Cylindrical-coordinate representation of color #694BAC: hue angle of 258.56º degrees, saturation: 0.39, 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 #694BAC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 75 | 172 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.33 |
| HSL | 258.56º | 0.39% | 0.48% | - |
| HSV(B) | 258.56º | 0.56% | 0.67% | - |
| XYZ | 15.79 | 11.01 | 40.32 | - |
| YUV | 95.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 172 | 0.39 | 0.56 | 0 | 0.33 | 258.56 | 0.39 | 0.48 |
| Hex | 69 | 4B | AC | 27 | 38 | 0 | 21 | 103 | 27 | 30 |
| Octal | 151 | 113 | 254 | 47 | 70 | 0 | 41 | 403 | 47 | 60 |
| Binary | 1101001 | 1001011 | 10101100 | 100111 | 111000 | 0 | 100001 | 100000011 | 100111 | 110000 |
Color Harmonies of #694BAC
Complementary color
Monochromatic Colors of #694BAC
Black with #694BAC
Text Example
Text Example
White with #694BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BAC; }
p { color: rgb(105,75,172); }
H1.HeaderClassName
{
color: #694BAC;
}
.AnyTagClassName
{
color: #694BAC;
}
</style>
background-color css
<style>
a { background-color: #694BAC; }
a { background-color: rgb(105,75,172); }
div.DivClassName
{
background-color: #694BAC;
}
.BgClassName
{
background-color: #694BAC;
}
</style>
border-color css
<style>
span { border-color: #694BAC; }
span { border-color: rgb(105,75,172); }
td.TdClassName
{
border-color: #694BAC;
}
.TagClassName
{
border-color: #694BAC;
}
</style>