Shades of Studio #684DA1
Tints of Studio #684DA1
RGB
CMYK
RGB Variations
Color information
#684DA1 (or 0x684DA1) is known color: Studio. HEX triplet: 68, 4D and A1. RGB value is (104,77,161). Sum of RGB (Red+Green+Blue) = 104+77+161=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #684DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684DA1 is #97B25E. Grayscale: #5E5E5E. Windows color (decimal): -9941599 or 10571112. OLE color: 10571112.
HSL color Cylindrical-coordinate representation of color #684DA1: hue angle of 259.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684DA1 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 77 | 161 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.37 |
| HSL | 259.29º | 0.35% | 0.47% | - |
| HSV(B) | 259.29º | 0.52% | 0.63% | - |
| XYZ | 14.8 | 10.82 | 35.03 | - |
| YUV | 94.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 161 | 0.35 | 0.52 | 0 | 0.37 | 259.29 | 0.35 | 0.47 |
| Hex | 68 | 4D | A1 | 23 | 34 | 0 | 25 | 103 | 23 | 2F |
| Octal | 150 | 115 | 241 | 43 | 64 | 0 | 45 | 403 | 43 | 57 |
| Binary | 1101000 | 1001101 | 10100001 | 100011 | 110100 | 0 | 100101 | 100000011 | 100011 | 101111 |
Color Harmonies of #684DA1
Complementary color
Monochromatic Colors of #684DA1
Black with #684DA1
Text Example
Text Example
White with #684DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DA1; }
p { color: rgb(104,77,161); }
H1.HeaderClassName
{
color: #684DA1;
}
.AnyTagClassName
{
color: #684DA1;
}
</style>
background-color css
<style>
a { background-color: #684DA1; }
a { background-color: rgb(104,77,161); }
div.DivClassName
{
background-color: #684DA1;
}
.BgClassName
{
background-color: #684DA1;
}
</style>
border-color css
<style>
span { border-color: #684DA1; }
span { border-color: rgb(104,77,161); }
td.TdClassName
{
border-color: #684DA1;
}
.TagClassName
{
border-color: #684DA1;
}
</style>