Shades of Studio #684AAB
Tints of Studio #684AAB
RGB
CMYK
RGB Variations
Color information
#684AAB (or 0x684AAB) is known color: Studio. HEX triplet: 68, 4A and AB. RGB value is (104,74,171). Sum of RGB (Red+Green+Blue) = 104+74+171=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #684AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AAB is #97B554. Grayscale: #5D5D5D. Windows color (decimal): -9942357 or 11225704. OLE color: 11225704.
HSL color Cylindrical-coordinate representation of color #684AAB: hue angle of 258.56º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684AAB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 74 | 171 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.33 |
| HSL | 258.56º | 0.4% | 0.48% | - |
| HSV(B) | 258.56º | 0.57% | 0.67% | - |
| XYZ | 15.51 | 10.78 | 39.79 | - |
| YUV | 94.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 171 | 0.39 | 0.57 | 0 | 0.33 | 258.56 | 0.4 | 0.48 |
| Hex | 68 | 4A | AB | 27 | 39 | 0 | 21 | 103 | 28 | 30 |
| Octal | 150 | 112 | 253 | 47 | 71 | 0 | 41 | 403 | 50 | 60 |
| Binary | 1101000 | 1001010 | 10101011 | 100111 | 111001 | 0 | 100001 | 100000011 | 101000 | 110000 |
Color Harmonies of #684AAB
Complementary color
Monochromatic Colors of #684AAB
Black with #684AAB
Text Example
Text Example
White with #684AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684AAB; }
p { color: rgb(104,74,171); }
H1.HeaderClassName
{
color: #684AAB;
}
.AnyTagClassName
{
color: #684AAB;
}
</style>
background-color css
<style>
a { background-color: #684AAB; }
a { background-color: rgb(104,74,171); }
div.DivClassName
{
background-color: #684AAB;
}
.BgClassName
{
background-color: #684AAB;
}
</style>
border-color css
<style>
span { border-color: #684AAB; }
span { border-color: rgb(104,74,171); }
td.TdClassName
{
border-color: #684AAB;
}
.TagClassName
{
border-color: #684AAB;
}
</style>