Shades of Studio #684A98
Tints of Studio #684A98
RGB
CMYK
RGB Variations
Color information
#684A98 (or 0x684A98) is known color: Studio. HEX triplet: 68, 4A and 98. RGB value is (104,74,152). Sum of RGB (Red+Green+Blue) = 104+74+152=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #684A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684A98 is #97B567. Grayscale: #5B5B5B. Windows color (decimal): -9942376 or 9980520. OLE color: 9980520.
HSL color Cylindrical-coordinate representation of color #684A98: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684A98 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 74 | 152 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.40 |
| HSL | 263.08º | 0.35% | 0.44% | - |
| HSV(B) | 263.08º | 0.51% | 0.6% | - |
| XYZ | 13.83 | 10.11 | 30.93 | - |
| YUV | 91.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 152 | 0.32 | 0.51 | 0 | 0.40 | 263.08 | 0.35 | 0.44 |
| Hex | 68 | 4A | 98 | 20 | 33 | 0 | 28 | 107 | 23 | 2C |
| Octal | 150 | 112 | 230 | 40 | 63 | 0 | 50 | 407 | 43 | 54 |
| Binary | 1101000 | 1001010 | 10011000 | 100000 | 110011 | 0 | 101000 | 100000111 | 100011 | 101100 |
Color Harmonies of #684A98
Complementary color
Monochromatic Colors of #684A98
Black with #684A98
Text Example
Text Example
White with #684A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A98; }
p { color: rgb(104,74,152); }
H1.HeaderClassName
{
color: #684A98;
}
.AnyTagClassName
{
color: #684A98;
}
</style>
background-color css
<style>
a { background-color: #684A98; }
a { background-color: rgb(104,74,152); }
div.DivClassName
{
background-color: #684A98;
}
.BgClassName
{
background-color: #684A98;
}
</style>
border-color css
<style>
span { border-color: #684A98; }
span { border-color: rgb(104,74,152); }
td.TdClassName
{
border-color: #684A98;
}
.TagClassName
{
border-color: #684A98;
}
</style>