Shades of Studio #694BA8
Tints of Studio #694BA8
RGB
CMYK
RGB Variations
Color information
#694BA8 (or 0x694BA8) is known color: Studio. HEX triplet: 69, 4B and A8. RGB value is (105,75,168). Sum of RGB (Red+Green+Blue) = 105+75+168=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 168 - color contains mainly: blue. Hex color #694BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BA8 is #96B457. Grayscale: #5E5E5E. Windows color (decimal): -9876568 or 11029353. OLE color: 11029353.
HSL color Cylindrical-coordinate representation of color #694BA8: hue angle of 259.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694BA8 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 75 | 168 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.34 |
| HSL | 259.35º | 0.38% | 0.48% | - |
| HSV(B) | 259.35º | 0.55% | 0.66% | - |
| XYZ | 15.41 | 10.86 | 38.33 | - |
| YUV | 94.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 168 | 0.38 | 0.55 | 0 | 0.34 | 259.35 | 0.38 | 0.48 |
| Hex | 69 | 4B | A8 | 26 | 37 | 0 | 22 | 103 | 26 | 30 |
| Octal | 151 | 113 | 250 | 46 | 67 | 0 | 42 | 403 | 46 | 60 |
| Binary | 1101001 | 1001011 | 10101000 | 100110 | 110111 | 0 | 100010 | 100000011 | 100110 | 110000 |
Color Harmonies of #694BA8
Complementary color
Monochromatic Colors of #694BA8
Black with #694BA8
Text Example
Text Example
White with #694BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BA8; }
p { color: rgb(105,75,168); }
H1.HeaderClassName
{
color: #694BA8;
}
.AnyTagClassName
{
color: #694BA8;
}
</style>
background-color css
<style>
a { background-color: #694BA8; }
a { background-color: rgb(105,75,168); }
div.DivClassName
{
background-color: #694BA8;
}
.BgClassName
{
background-color: #694BA8;
}
</style>
border-color css
<style>
span { border-color: #694BA8; }
span { border-color: rgb(105,75,168); }
td.TdClassName
{
border-color: #694BA8;
}
.TagClassName
{
border-color: #694BA8;
}
</style>