Shades of Studio #684AA4
Tints of Studio #684AA4
RGB
CMYK
RGB Variations
Color information
#684AA4 (or 0x684AA4) is known color: Studio. HEX triplet: 68, 4A and A4. RGB value is (104,74,164). Sum of RGB (Red+Green+Blue) = 104+74+164=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #684AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AA4 is #97B55B. Grayscale: #5C5C5C. Windows color (decimal): -9942364 or 10766952. OLE color: 10766952.
HSL color Cylindrical-coordinate representation of color #684AA4: hue angle of 260º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #684AA4 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 74 | 164 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.36 |
| HSL | 260º | 0.38% | 0.47% | - |
| HSV(B) | 260º | 0.55% | 0.64% | - |
| XYZ | 14.86 | 10.52 | 36.37 | - |
| YUV | 93.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 164 | 0.37 | 0.55 | 0 | 0.36 | 260 | 0.38 | 0.47 |
| Hex | 68 | 4A | A4 | 25 | 37 | 0 | 24 | 104 | 26 | 2F |
| Octal | 150 | 112 | 244 | 45 | 67 | 0 | 44 | 404 | 46 | 57 |
| Binary | 1101000 | 1001010 | 10100100 | 100101 | 110111 | 0 | 100100 | 100000100 | 100110 | 101111 |
Color Harmonies of #684AA4
Complementary color
Monochromatic Colors of #684AA4
Black with #684AA4
Text Example
Text Example
White with #684AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684AA4; }
p { color: rgb(104,74,164); }
H1.HeaderClassName
{
color: #684AA4;
}
.AnyTagClassName
{
color: #684AA4;
}
</style>
background-color css
<style>
a { background-color: #684AA4; }
a { background-color: rgb(104,74,164); }
div.DivClassName
{
background-color: #684AA4;
}
.BgClassName
{
background-color: #684AA4;
}
</style>
border-color css
<style>
span { border-color: #684AA4; }
span { border-color: rgb(104,74,164); }
td.TdClassName
{
border-color: #684AA4;
}
.TagClassName
{
border-color: #684AA4;
}
</style>