Shades of Studio #684AA6
Tints of Studio #684AA6
RGB
CMYK
RGB Variations
Color information
#684AA6 (or 0x684AA6) is known color: Studio. HEX triplet: 68, 4A and A6. RGB value is (104,74,166). Sum of RGB (Red+Green+Blue) = 104+74+166=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 166 - color contains mainly: blue. Hex color #684AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AA6 is #97B559. Grayscale: #5D5D5D. Windows color (decimal): -9942362 or 10898024. OLE color: 10898024.
HSL color Cylindrical-coordinate representation of color #684AA6: hue angle of 259.57º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #684AA6 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 74 | 166 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.35 |
| HSL | 259.57º | 0.38% | 0.47% | - |
| HSV(B) | 259.57º | 0.55% | 0.65% | - |
| XYZ | 15.04 | 10.59 | 37.33 | - |
| YUV | 93.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 166 | 0.37 | 0.55 | 0 | 0.35 | 259.57 | 0.38 | 0.47 |
| Hex | 68 | 4A | A6 | 25 | 37 | 0 | 23 | 104 | 26 | 2F |
| Octal | 150 | 112 | 246 | 45 | 67 | 0 | 43 | 404 | 46 | 57 |
| Binary | 1101000 | 1001010 | 10100110 | 100101 | 110111 | 0 | 100011 | 100000100 | 100110 | 101111 |
Color Harmonies of #684AA6
Complementary color
Monochromatic Colors of #684AA6
Black with #684AA6
Text Example
Text Example
White with #684AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684AA6; }
p { color: rgb(104,74,166); }
H1.HeaderClassName
{
color: #684AA6;
}
.AnyTagClassName
{
color: #684AA6;
}
</style>
background-color css
<style>
a { background-color: #684AA6; }
a { background-color: rgb(104,74,166); }
div.DivClassName
{
background-color: #684AA6;
}
.BgClassName
{
background-color: #684AA6;
}
</style>
border-color css
<style>
span { border-color: #684AA6; }
span { border-color: rgb(104,74,166); }
td.TdClassName
{
border-color: #684AA6;
}
.TagClassName
{
border-color: #684AA6;
}
</style>