Shades of Studio #6B4E97
Tints of Studio #6B4E97
RGB
CMYK
RGB Variations
Color information
#6B4E97 (or 0x6B4E97) is known color: Studio. HEX triplet: 6B, 4E and 97. RGB value is (107,78,151). Sum of RGB (Red+Green+Blue) = 107+78+151=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B4E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E97 is #94B168. Grayscale: #5E5E5E. Windows color (decimal): -9744745 or 9916011. OLE color: 9916011.
HSL color Cylindrical-coordinate representation of color #6B4E97: hue angle of 263.84º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4E97 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 78 | 151 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.41 |
| HSL | 263.84º | 0.32% | 0.45% | - |
| HSV(B) | 263.84º | 0.48% | 0.59% | - |
| XYZ | 14.37 | 10.81 | 30.61 | - |
| YUV | 94.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 151 | 0.29 | 0.48 | 0 | 0.41 | 263.84 | 0.32 | 0.45 |
| Hex | 6B | 4E | 97 | 1D | 30 | 0 | 29 | 108 | 20 | 2D |
| Octal | 153 | 116 | 227 | 35 | 60 | 0 | 51 | 410 | 40 | 55 |
| Binary | 1101011 | 1001110 | 10010111 | 11101 | 110000 | 0 | 101001 | 100001000 | 100000 | 101101 |
Color Harmonies of #6B4E97
Complementary color
Monochromatic Colors of #6B4E97
Black with #6B4E97
Text Example
Text Example
White with #6B4E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E97; }
p { color: rgb(107,78,151); }
H1.HeaderClassName
{
color: #6B4E97;
}
.AnyTagClassName
{
color: #6B4E97;
}
</style>
background-color css
<style>
a { background-color: #6B4E97; }
a { background-color: rgb(107,78,151); }
div.DivClassName
{
background-color: #6B4E97;
}
.BgClassName
{
background-color: #6B4E97;
}
</style>
border-color css
<style>
span { border-color: #6B4E97; }
span { border-color: rgb(107,78,151); }
td.TdClassName
{
border-color: #6B4E97;
}
.TagClassName
{
border-color: #6B4E97;
}
</style>