Shades of Studio #6D45AA
Tints of Studio #6D45AA
RGB
CMYK
RGB Variations
Color information
#6D45AA (or 0x6D45AA) is known color: Studio. HEX triplet: 6D, 45 and AA. RGB value is (109,69,170). Sum of RGB (Red+Green+Blue) = 109+69+170=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D45AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D45AA is #92BA55. Grayscale: #5C5C5C. Windows color (decimal): -9615958 or 11158893. OLE color: 11158893.
HSL color Cylindrical-coordinate representation of color #6D45AA: hue angle of 263.76º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D45AA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 69 | 170 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.33 |
| HSL | 263.76º | 0.42% | 0.47% | - |
| HSV(B) | 263.76º | 0.59% | 0.67% | - |
| XYZ | 15.69 | 10.41 | 39.21 | - |
| YUV | 92.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 170 | 0.36 | 0.59 | 0 | 0.33 | 263.76 | 0.42 | 0.47 |
| Hex | 6D | 45 | AA | 24 | 3B | 0 | 21 | 108 | 2A | 2F |
| Octal | 155 | 105 | 252 | 44 | 73 | 0 | 41 | 410 | 52 | 57 |
| Binary | 1101101 | 1000101 | 10101010 | 100100 | 111011 | 0 | 100001 | 100001000 | 101010 | 101111 |
Color Harmonies of #6D45AA
Complementary color
Monochromatic Colors of #6D45AA
Black with #6D45AA
Text Example
Text Example
White with #6D45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D45AA; }
p { color: rgb(109,69,170); }
H1.HeaderClassName
{
color: #6D45AA;
}
.AnyTagClassName
{
color: #6D45AA;
}
</style>
background-color css
<style>
a { background-color: #6D45AA; }
a { background-color: rgb(109,69,170); }
div.DivClassName
{
background-color: #6D45AA;
}
.BgClassName
{
background-color: #6D45AA;
}
</style>
border-color css
<style>
span { border-color: #6D45AA; }
span { border-color: rgb(109,69,170); }
td.TdClassName
{
border-color: #6D45AA;
}
.TagClassName
{
border-color: #6D45AA;
}
</style>