Shades of Studio #684AAC
Tints of Studio #684AAC
RGB
CMYK
RGB Variations
Color information
#684AAC (or 0x684AAC) is known color: Studio. HEX triplet: 68, 4A and AC. RGB value is (104,74,172). Sum of RGB (Red+Green+Blue) = 104+74+172=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #684AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AAC is #97B553. Grayscale: #5D5D5D. Windows color (decimal): -9942356 or 11291240. OLE color: 11291240.
HSL color Cylindrical-coordinate representation of color #684AAC: hue angle of 258.37º 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 #684AAC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 74 | 172 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.33 |
| HSL | 258.37º | 0.4% | 0.48% | - |
| HSV(B) | 258.37º | 0.57% | 0.67% | - |
| XYZ | 15.6 | 10.82 | 40.3 | - |
| YUV | 94.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 172 | 0.40 | 0.57 | 0 | 0.33 | 258.37 | 0.4 | 0.48 |
| Hex | 68 | 4A | AC | 28 | 39 | 0 | 21 | 102 | 28 | 30 |
| Octal | 150 | 112 | 254 | 50 | 71 | 0 | 41 | 402 | 50 | 60 |
| Binary | 1101000 | 1001010 | 10101100 | 101000 | 111001 | 0 | 100001 | 100000010 | 101000 | 110000 |
Color Harmonies of #684AAC
Complementary color
Monochromatic Colors of #684AAC
Black with #684AAC
Text Example
Text Example
White with #684AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684AAC; }
p { color: rgb(104,74,172); }
H1.HeaderClassName
{
color: #684AAC;
}
.AnyTagClassName
{
color: #684AAC;
}
</style>
background-color css
<style>
a { background-color: #684AAC; }
a { background-color: rgb(104,74,172); }
div.DivClassName
{
background-color: #684AAC;
}
.BgClassName
{
background-color: #684AAC;
}
</style>
border-color css
<style>
span { border-color: #684AAC; }
span { border-color: rgb(104,74,172); }
td.TdClassName
{
border-color: #684AAC;
}
.TagClassName
{
border-color: #684AAC;
}
</style>