Shades of Studio #684F9B
Tints of Studio #684F9B
RGB
CMYK
RGB Variations
Color information
#684F9B (or 0x684F9B) is known color: Studio. HEX triplet: 68, 4F and 9B. RGB value is (104,79,155). Sum of RGB (Red+Green+Blue) = 104+79+155=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #684F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F9B is #97B064. Grayscale: #5E5E5E. Windows color (decimal): -9941093 or 10178408. OLE color: 10178408.
HSL color Cylindrical-coordinate representation of color #684F9B: hue angle of 259.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #684F9B is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 79 | 155 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.39 |
| HSL | 259.74º | 0.32% | 0.46% | - |
| HSV(B) | 259.74º | 0.49% | 0.61% | - |
| XYZ | 14.42 | 10.9 | 32.35 | - |
| YUV | 95.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 155 | 0.33 | 0.49 | 0 | 0.39 | 259.74 | 0.32 | 0.46 |
| Hex | 68 | 4F | 9B | 21 | 31 | 0 | 27 | 104 | 20 | 2E |
| Octal | 150 | 117 | 233 | 41 | 61 | 0 | 47 | 404 | 40 | 56 |
| Binary | 1101000 | 1001111 | 10011011 | 100001 | 110001 | 0 | 100111 | 100000100 | 100000 | 101110 |
Color Harmonies of #684F9B
Complementary color
Monochromatic Colors of #684F9B
Black with #684F9B
Text Example
Text Example
White with #684F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F9B; }
p { color: rgb(104,79,155); }
H1.HeaderClassName
{
color: #684F9B;
}
.AnyTagClassName
{
color: #684F9B;
}
</style>
background-color css
<style>
a { background-color: #684F9B; }
a { background-color: rgb(104,79,155); }
div.DivClassName
{
background-color: #684F9B;
}
.BgClassName
{
background-color: #684F9B;
}
</style>
border-color css
<style>
span { border-color: #684F9B; }
span { border-color: rgb(104,79,155); }
td.TdClassName
{
border-color: #684F9B;
}
.TagClassName
{
border-color: #684F9B;
}
</style>