Shades of Studio #6949A3
Tints of Studio #6949A3
RGB
CMYK
RGB Variations
Color information
#6949A3 (or 0x6949A3) is known color: Studio. HEX triplet: 69, 49 and A3. RGB value is (105,73,163). Sum of RGB (Red+Green+Blue) = 105+73+163=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #6949A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6949A3 is #96B65C. Grayscale: #5C5C5C. Windows color (decimal): -9877085 or 10701161. OLE color: 10701161.
HSL color Cylindrical-coordinate representation of color #6949A3: hue angle of 261.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6949A3 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 73 | 163 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.36 |
| HSL | 261.33º | 0.38% | 0.46% | - |
| HSV(B) | 261.33º | 0.55% | 0.64% | - |
| XYZ | 14.82 | 10.41 | 35.88 | - |
| YUV | 92.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 163 | 0.36 | 0.55 | 0 | 0.36 | 261.33 | 0.38 | 0.46 |
| Hex | 69 | 49 | A3 | 24 | 37 | 0 | 24 | 105 | 26 | 2E |
| Octal | 151 | 111 | 243 | 44 | 67 | 0 | 44 | 405 | 46 | 56 |
| Binary | 1101001 | 1001001 | 10100011 | 100100 | 110111 | 0 | 100100 | 100000101 | 100110 | 101110 |
Color Harmonies of #6949A3
Complementary color
Monochromatic Colors of #6949A3
Black with #6949A3
Text Example
Text Example
White with #6949A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6949A3; }
p { color: rgb(105,73,163); }
H1.HeaderClassName
{
color: #6949A3;
}
.AnyTagClassName
{
color: #6949A3;
}
</style>
background-color css
<style>
a { background-color: #6949A3; }
a { background-color: rgb(105,73,163); }
div.DivClassName
{
background-color: #6949A3;
}
.BgClassName
{
background-color: #6949A3;
}
</style>
border-color css
<style>
span { border-color: #6949A3; }
span { border-color: rgb(105,73,163); }
td.TdClassName
{
border-color: #6949A3;
}
.TagClassName
{
border-color: #6949A3;
}
</style>