Shades of Studio #684B99
Tints of Studio #684B99
RGB
CMYK
RGB Variations
Color information
#684B99 (or 0x684B99) is known color: Studio. HEX triplet: 68, 4B and 99. RGB value is (104,75,153). Sum of RGB (Red+Green+Blue) = 104+75+153=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #684B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684B99 is #97B466. Grayscale: #5C5C5C. Windows color (decimal): -9942119 or 10046312. OLE color: 10046312.
HSL color Cylindrical-coordinate representation of color #684B99: hue angle of 262.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684B99 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 75 | 153 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.4 |
| HSL | 262.31º | 0.34% | 0.45% | - |
| HSV(B) | 262.31º | 0.51% | 0.6% | - |
| XYZ | 13.97 | 10.28 | 31.38 | - |
| YUV | 92.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 153 | 0.32 | 0.51 | 0 | 0.4 | 262.31 | 0.34 | 0.45 |
| Hex | 68 | 4B | 99 | 20 | 33 | 0 | 28 | 106 | 22 | 2D |
| Octal | 150 | 113 | 231 | 40 | 63 | 0 | 50 | 406 | 42 | 55 |
| Binary | 1101000 | 1001011 | 10011001 | 100000 | 110011 | 0 | 101000 | 100000110 | 100010 | 101101 |
Color Harmonies of #684B99
Complementary color
Monochromatic Colors of #684B99
Black with #684B99
Text Example
Text Example
White with #684B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B99; }
p { color: rgb(104,75,153); }
H1.HeaderClassName
{
color: #684B99;
}
.AnyTagClassName
{
color: #684B99;
}
</style>
background-color css
<style>
a { background-color: #684B99; }
a { background-color: rgb(104,75,153); }
div.DivClassName
{
background-color: #684B99;
}
.BgClassName
{
background-color: #684B99;
}
</style>
border-color css
<style>
span { border-color: #684B99; }
span { border-color: rgb(104,75,153); }
td.TdClassName
{
border-color: #684B99;
}
.TagClassName
{
border-color: #684B99;
}
</style>