Shades of Studio #694CA2
Tints of Studio #694CA2
RGB
CMYK
RGB Variations
Color information
#694CA2 (or 0x694CA2) is known color: Studio. HEX triplet: 69, 4C and A2. RGB value is (105,76,162). Sum of RGB (Red+Green+Blue) = 105+76+162=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #694CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694CA2 is #96B35D. Grayscale: #5E5E5E. Windows color (decimal): -9876318 or 10636393. OLE color: 10636393.
HSL color Cylindrical-coordinate representation of color #694CA2: hue angle of 260.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694CA2 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 76 | 162 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.36 |
| HSL | 260.23º | 0.36% | 0.47% | - |
| HSV(B) | 260.23º | 0.53% | 0.64% | - |
| XYZ | 14.93 | 10.78 | 35.48 | - |
| YUV | 94.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 162 | 0.35 | 0.53 | 0 | 0.36 | 260.23 | 0.36 | 0.47 |
| Hex | 69 | 4C | A2 | 23 | 35 | 0 | 24 | 104 | 24 | 2F |
| Octal | 151 | 114 | 242 | 43 | 65 | 0 | 44 | 404 | 44 | 57 |
| Binary | 1101001 | 1001100 | 10100010 | 100011 | 110101 | 0 | 100100 | 100000100 | 100100 | 101111 |
Color Harmonies of #694CA2
Complementary color
Monochromatic Colors of #694CA2
Black with #694CA2
Text Example
Text Example
White with #694CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CA2; }
p { color: rgb(105,76,162); }
H1.HeaderClassName
{
color: #694CA2;
}
.AnyTagClassName
{
color: #694CA2;
}
</style>
background-color css
<style>
a { background-color: #694CA2; }
a { background-color: rgb(105,76,162); }
div.DivClassName
{
background-color: #694CA2;
}
.BgClassName
{
background-color: #694CA2;
}
</style>
border-color css
<style>
span { border-color: #694CA2; }
span { border-color: rgb(105,76,162); }
td.TdClassName
{
border-color: #694CA2;
}
.TagClassName
{
border-color: #694CA2;
}
</style>