Shades of Studio #6C4B90
Tints of Studio #6C4B90
RGB
CMYK
RGB Variations
Color information
#6C4B90 (or 0x6C4B90) is known color: Studio. HEX triplet: 6C, 4B and 90. RGB value is (108,75,144). Sum of RGB (Red+Green+Blue) = 108+75+144=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4B90 is #93B46F. Grayscale: #5C5C5C. Windows color (decimal): -9679984 or 9456492. OLE color: 9456492.
HSL color Cylindrical-coordinate representation of color #6C4B90: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C4B90 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 75 | 144 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.44 |
| HSL | 268.7º | 0.32% | 0.43% | - |
| HSV(B) | 268.7º | 0.48% | 0.56% | - |
| XYZ | 13.73 | 10.23 | 27.64 | - |
| YUV | 92.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 144 | 0.25 | 0.48 | 0 | 0.44 | 268.7 | 0.32 | 0.43 |
| Hex | 6C | 4B | 90 | 19 | 30 | 0 | 2C | 10D | 20 | 2B |
| Octal | 154 | 113 | 220 | 31 | 60 | 0 | 54 | 415 | 40 | 53 |
| Binary | 1101100 | 1001011 | 10010000 | 11001 | 110000 | 0 | 101100 | 100001101 | 100000 | 101011 |
Color Harmonies of #6C4B90
Complementary color
Monochromatic Colors of #6C4B90
Black with #6C4B90
Text Example
Text Example
White with #6C4B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4B90; }
p { color: rgb(108,75,144); }
H1.HeaderClassName
{
color: #6C4B90;
}
.AnyTagClassName
{
color: #6C4B90;
}
</style>
background-color css
<style>
a { background-color: #6C4B90; }
a { background-color: rgb(108,75,144); }
div.DivClassName
{
background-color: #6C4B90;
}
.BgClassName
{
background-color: #6C4B90;
}
</style>
border-color css
<style>
span { border-color: #6C4B90; }
span { border-color: rgb(108,75,144); }
td.TdClassName
{
border-color: #6C4B90;
}
.TagClassName
{
border-color: #6C4B90;
}
</style>