Shades of Studio #694EA2
Tints of Studio #694EA2
RGB
CMYK
RGB Variations
Color information
#694EA2 (or 0x694EA2) is known color: Studio. HEX triplet: 69, 4E and A2. RGB value is (105,78,162). Sum of RGB (Red+Green+Blue) = 105+78+162=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #694EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694EA2 is #96B15D. Grayscale: #5F5F5F. Windows color (decimal): -9875806 or 10636905. OLE color: 10636905.
HSL color Cylindrical-coordinate representation of color #694EA2: hue angle of 259.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694EA2 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 78 | 162 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.36 |
| HSL | 259.29º | 0.35% | 0.47% | - |
| HSV(B) | 259.29º | 0.52% | 0.64% | - |
| XYZ | 15.07 | 11.06 | 35.52 | - |
| YUV | 95.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 162 | 0.35 | 0.52 | 0 | 0.36 | 259.29 | 0.35 | 0.47 |
| Hex | 69 | 4E | A2 | 23 | 34 | 0 | 24 | 103 | 23 | 2F |
| Octal | 151 | 116 | 242 | 43 | 64 | 0 | 44 | 403 | 43 | 57 |
| Binary | 1101001 | 1001110 | 10100010 | 100011 | 110100 | 0 | 100100 | 100000011 | 100011 | 101111 |
Color Harmonies of #694EA2
Complementary color
Monochromatic Colors of #694EA2
Black with #694EA2
Text Example
Text Example
White with #694EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694EA2; }
p { color: rgb(105,78,162); }
H1.HeaderClassName
{
color: #694EA2;
}
.AnyTagClassName
{
color: #694EA2;
}
</style>
background-color css
<style>
a { background-color: #694EA2; }
a { background-color: rgb(105,78,162); }
div.DivClassName
{
background-color: #694EA2;
}
.BgClassName
{
background-color: #694EA2;
}
</style>
border-color css
<style>
span { border-color: #694EA2; }
span { border-color: rgb(105,78,162); }
td.TdClassName
{
border-color: #694EA2;
}
.TagClassName
{
border-color: #694EA2;
}
</style>