Shades of Studio #694AA7
Tints of Studio #694AA7
RGB
CMYK
RGB Variations
Color information
#694AA7 (or 0x694AA7) is known color: Studio. HEX triplet: 69, 4A and A7. RGB value is (105,74,167). Sum of RGB (Red+Green+Blue) = 105+74+167=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #694AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694AA7 is #96B558. Grayscale: #5D5D5D. Windows color (decimal): -9876825 or 10963561. OLE color: 10963561.
HSL color Cylindrical-coordinate representation of color #694AA7: hue angle of 260º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694AA7 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 74 | 167 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.35 |
| HSL | 260º | 0.39% | 0.47% | - |
| HSV(B) | 260º | 0.56% | 0.65% | - |
| XYZ | 15.25 | 10.69 | 37.82 | - |
| YUV | 93.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 167 | 0.37 | 0.56 | 0 | 0.35 | 260 | 0.39 | 0.47 |
| Hex | 69 | 4A | A7 | 25 | 38 | 0 | 23 | 104 | 27 | 2F |
| Octal | 151 | 112 | 247 | 45 | 70 | 0 | 43 | 404 | 47 | 57 |
| Binary | 1101001 | 1001010 | 10100111 | 100101 | 111000 | 0 | 100011 | 100000100 | 100111 | 101111 |
Color Harmonies of #694AA7
Complementary color
Monochromatic Colors of #694AA7
Black with #694AA7
Text Example
Text Example
White with #694AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694AA7; }
p { color: rgb(105,74,167); }
H1.HeaderClassName
{
color: #694AA7;
}
.AnyTagClassName
{
color: #694AA7;
}
</style>
background-color css
<style>
a { background-color: #694AA7; }
a { background-color: rgb(105,74,167); }
div.DivClassName
{
background-color: #694AA7;
}
.BgClassName
{
background-color: #694AA7;
}
</style>
border-color css
<style>
span { border-color: #694AA7; }
span { border-color: rgb(105,74,167); }
td.TdClassName
{
border-color: #694AA7;
}
.TagClassName
{
border-color: #694AA7;
}
</style>