Shades of Studio #6B4B98
Tints of Studio #6B4B98
RGB
CMYK
RGB Variations
Color information
#6B4B98 (or 0x6B4B98) is known color: Studio. HEX triplet: 6B, 4B and 98. RGB value is (107,75,152). Sum of RGB (Red+Green+Blue) = 107+75+152=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B4B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4B98 is #94B467. Grayscale: #5D5D5D. Windows color (decimal): -9745512 or 9980779. OLE color: 9980779.
HSL color Cylindrical-coordinate representation of color #6B4B98: hue angle of 264.94º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B4B98 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 75 | 152 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.40 |
| HSL | 264.94º | 0.34% | 0.45% | - |
| HSV(B) | 264.94º | 0.51% | 0.6% | - |
| XYZ | 14.25 | 10.42 | 30.97 | - |
| YUV | 93.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 152 | 0.30 | 0.51 | 0 | 0.40 | 264.94 | 0.34 | 0.45 |
| Hex | 6B | 4B | 98 | 1E | 33 | 0 | 28 | 109 | 22 | 2D |
| Octal | 153 | 113 | 230 | 36 | 63 | 0 | 50 | 411 | 42 | 55 |
| Binary | 1101011 | 1001011 | 10011000 | 11110 | 110011 | 0 | 101000 | 100001001 | 100010 | 101101 |
Color Harmonies of #6B4B98
Complementary color
Monochromatic Colors of #6B4B98
Black with #6B4B98
Text Example
Text Example
White with #6B4B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4B98; }
p { color: rgb(107,75,152); }
H1.HeaderClassName
{
color: #6B4B98;
}
.AnyTagClassName
{
color: #6B4B98;
}
</style>
background-color css
<style>
a { background-color: #6B4B98; }
a { background-color: rgb(107,75,152); }
div.DivClassName
{
background-color: #6B4B98;
}
.BgClassName
{
background-color: #6B4B98;
}
</style>
border-color css
<style>
span { border-color: #6B4B98; }
span { border-color: rgb(107,75,152); }
td.TdClassName
{
border-color: #6B4B98;
}
.TagClassName
{
border-color: #6B4B98;
}
</style>