Shades of Studio #6750A0
Tints of Studio #6750A0
RGB
CMYK
RGB Variations
Color information
#6750A0 (or 0x6750A0) is known color: Studio. HEX triplet: 67, 50 and A0. RGB value is (103,80,160). Sum of RGB (Red+Green+Blue) = 103+80+160=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #6750A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6750A0 is #98AF5F. Grayscale: #5F5F5F. Windows color (decimal): -10006368 or 10506343. OLE color: 10506343.
HSL color Cylindrical-coordinate representation of color #6750A0: hue angle of 257.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6750A0 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 80 | 160 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.37 |
| HSL | 257.25º | 0.33% | 0.47% | - |
| HSV(B) | 257.25º | 0.5% | 0.63% | - |
| XYZ | 14.81 | 11.16 | 34.63 | - |
| YUV | 96 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 160 | 0.36 | 0.5 | 0 | 0.37 | 257.25 | 0.33 | 0.47 |
| Hex | 67 | 50 | A0 | 24 | 32 | 0 | 25 | 101 | 21 | 2F |
| Octal | 147 | 120 | 240 | 44 | 62 | 0 | 45 | 401 | 41 | 57 |
| Binary | 1100111 | 1010000 | 10100000 | 100100 | 110010 | 0 | 100101 | 100000001 | 100001 | 101111 |
Color Harmonies of #6750A0
Complementary color
Monochromatic Colors of #6750A0
Black with #6750A0
Text Example
Text Example
White with #6750A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750A0; }
p { color: rgb(103,80,160); }
H1.HeaderClassName
{
color: #6750A0;
}
.AnyTagClassName
{
color: #6750A0;
}
</style>
background-color css
<style>
a { background-color: #6750A0; }
a { background-color: rgb(103,80,160); }
div.DivClassName
{
background-color: #6750A0;
}
.BgClassName
{
background-color: #6750A0;
}
</style>
border-color css
<style>
span { border-color: #6750A0; }
span { border-color: rgb(103,80,160); }
td.TdClassName
{
border-color: #6750A0;
}
.TagClassName
{
border-color: #6750A0;
}
</style>