Shades of Studio #684AAA
Tints of Studio #684AAA
RGB
CMYK
RGB Variations
Color information
#684AAA (or 0x684AAA) is known color: Studio. HEX triplet: 68, 4A and AA. RGB value is (104,74,170). Sum of RGB (Red+Green+Blue) = 104+74+170=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #684AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AAA is #97B555. Grayscale: #5D5D5D. Windows color (decimal): -9942358 or 11160168. OLE color: 11160168.
HSL color Cylindrical-coordinate representation of color #684AAA: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684AAA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 74 | 170 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.33 |
| HSL | 258.75º | 0.39% | 0.48% | - |
| HSV(B) | 258.75º | 0.56% | 0.67% | - |
| XYZ | 15.41 | 10.74 | 39.29 | - |
| YUV | 93.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 170 | 0.39 | 0.56 | 0 | 0.33 | 258.75 | 0.39 | 0.48 |
| Hex | 68 | 4A | AA | 27 | 38 | 0 | 21 | 103 | 27 | 30 |
| Octal | 150 | 112 | 252 | 47 | 70 | 0 | 41 | 403 | 47 | 60 |
| Binary | 1101000 | 1001010 | 10101010 | 100111 | 111000 | 0 | 100001 | 100000011 | 100111 | 110000 |
Color Harmonies of #684AAA
Complementary color
Monochromatic Colors of #684AAA
Black with #684AAA
Text Example
Text Example
White with #684AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684AAA; }
p { color: rgb(104,74,170); }
H1.HeaderClassName
{
color: #684AAA;
}
.AnyTagClassName
{
color: #684AAA;
}
</style>
background-color css
<style>
a { background-color: #684AAA; }
a { background-color: rgb(104,74,170); }
div.DivClassName
{
background-color: #684AAA;
}
.BgClassName
{
background-color: #684AAA;
}
</style>
border-color css
<style>
span { border-color: #684AAA; }
span { border-color: rgb(104,74,170); }
td.TdClassName
{
border-color: #684AAA;
}
.TagClassName
{
border-color: #684AAA;
}
</style>