Shades of Studio #6951A3
Tints of Studio #6951A3
RGB
CMYK
RGB Variations
Color information
#6951A3 (or 0x6951A3) is known color: Studio. HEX triplet: 69, 51 and A3. RGB value is (105,81,163). Sum of RGB (Red+Green+Blue) = 105+81+163=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #6951A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6951A3 is #96AE5C. Grayscale: #616161. Windows color (decimal): -9875037 or 10703209. OLE color: 10703209.
HSL color Cylindrical-coordinate representation of color #6951A3: hue angle of 257.56º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6951A3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 81 | 163 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.36 |
| HSL | 257.56º | 0.34% | 0.48% | - |
| HSV(B) | 257.56º | 0.5% | 0.64% | - |
| XYZ | 15.38 | 11.53 | 36.07 | - |
| YUV | 97.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 163 | 0.36 | 0.50 | 0 | 0.36 | 257.56 | 0.34 | 0.48 |
| Hex | 69 | 51 | A3 | 24 | 32 | 0 | 24 | 102 | 22 | 30 |
| Octal | 151 | 121 | 243 | 44 | 62 | 0 | 44 | 402 | 42 | 60 |
| Binary | 1101001 | 1010001 | 10100011 | 100100 | 110010 | 0 | 100100 | 100000010 | 100010 | 110000 |
Color Harmonies of #6951A3
Complementary color
Monochromatic Colors of #6951A3
Black with #6951A3
Text Example
Text Example
White with #6951A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951A3; }
p { color: rgb(105,81,163); }
H1.HeaderClassName
{
color: #6951A3;
}
.AnyTagClassName
{
color: #6951A3;
}
</style>
background-color css
<style>
a { background-color: #6951A3; }
a { background-color: rgb(105,81,163); }
div.DivClassName
{
background-color: #6951A3;
}
.BgClassName
{
background-color: #6951A3;
}
</style>
border-color css
<style>
span { border-color: #6951A3; }
span { border-color: rgb(105,81,163); }
td.TdClassName
{
border-color: #6951A3;
}
.TagClassName
{
border-color: #6951A3;
}
</style>