Shades of Studio #684EA4
Tints of Studio #684EA4
RGB
CMYK
RGB Variations
Color information
#684EA4 (or 0x684EA4) is known color: Studio. HEX triplet: 68, 4E and A4. RGB value is (104,78,164). Sum of RGB (Red+Green+Blue) = 104+78+164=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #684EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684EA4 is #97B15B. Grayscale: #5F5F5F. Windows color (decimal): -9941340 or 10767976. OLE color: 10767976.
HSL color Cylindrical-coordinate representation of color #684EA4: hue angle of 258.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684EA4 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 78 | 164 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.36 |
| HSL | 258.14º | 0.36% | 0.47% | - |
| HSV(B) | 258.14º | 0.52% | 0.64% | - |
| XYZ | 15.13 | 11.07 | 36.46 | - |
| YUV | 95.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 164 | 0.37 | 0.52 | 0 | 0.36 | 258.14 | 0.36 | 0.47 |
| Hex | 68 | 4E | A4 | 25 | 34 | 0 | 24 | 102 | 24 | 2F |
| Octal | 150 | 116 | 244 | 45 | 64 | 0 | 44 | 402 | 44 | 57 |
| Binary | 1101000 | 1001110 | 10100100 | 100101 | 110100 | 0 | 100100 | 100000010 | 100100 | 101111 |
Color Harmonies of #684EA4
Complementary color
Monochromatic Colors of #684EA4
Black with #684EA4
Text Example
Text Example
White with #684EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EA4; }
p { color: rgb(104,78,164); }
H1.HeaderClassName
{
color: #684EA4;
}
.AnyTagClassName
{
color: #684EA4;
}
</style>
background-color css
<style>
a { background-color: #684EA4; }
a { background-color: rgb(104,78,164); }
div.DivClassName
{
background-color: #684EA4;
}
.BgClassName
{
background-color: #684EA4;
}
</style>
border-color css
<style>
span { border-color: #684EA4; }
span { border-color: rgb(104,78,164); }
td.TdClassName
{
border-color: #684EA4;
}
.TagClassName
{
border-color: #684EA4;
}
</style>