Shades of Studio #6948AB
Tints of Studio #6948AB
RGB
CMYK
RGB Variations
Color information
#6948AB (or 0x6948AB) is known color: Studio. HEX triplet: 69, 48 and AB. RGB value is (105,72,171). Sum of RGB (Red+Green+Blue) = 105+72+171=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #6948AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6948AB is #96B754. Grayscale: #5C5C5C. Windows color (decimal): -9877333 or 11225193. OLE color: 11225193.
HSL color Cylindrical-coordinate representation of color #6948AB: hue angle of 260º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6948AB is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 72 | 171 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.33 |
| HSL | 260º | 0.41% | 0.48% | - |
| HSV(B) | 260º | 0.58% | 0.67% | - |
| XYZ | 15.49 | 10.58 | 39.75 | - |
| YUV | 93.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 171 | 0.39 | 0.58 | 0 | 0.33 | 260 | 0.41 | 0.48 |
| Hex | 69 | 48 | AB | 27 | 3A | 0 | 21 | 104 | 29 | 30 |
| Octal | 151 | 110 | 253 | 47 | 72 | 0 | 41 | 404 | 51 | 60 |
| Binary | 1101001 | 1001000 | 10101011 | 100111 | 111010 | 0 | 100001 | 100000100 | 101001 | 110000 |
Color Harmonies of #6948AB
Complementary color
Monochromatic Colors of #6948AB
Black with #6948AB
Text Example
Text Example
White with #6948AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6948AB; }
p { color: rgb(105,72,171); }
H1.HeaderClassName
{
color: #6948AB;
}
.AnyTagClassName
{
color: #6948AB;
}
</style>
background-color css
<style>
a { background-color: #6948AB; }
a { background-color: rgb(105,72,171); }
div.DivClassName
{
background-color: #6948AB;
}
.BgClassName
{
background-color: #6948AB;
}
</style>
border-color css
<style>
span { border-color: #6948AB; }
span { border-color: rgb(105,72,171); }
td.TdClassName
{
border-color: #6948AB;
}
.TagClassName
{
border-color: #6948AB;
}
</style>