Shades of Studio #6C479E
Tints of Studio #6C479E
RGB
CMYK
RGB Variations
Color information
#6C479E (or 0x6C479E) is known color: Studio. HEX triplet: 6C, 47 and 9E. RGB value is (108,71,158). Sum of RGB (Red+Green+Blue) = 108+71+158=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C479E is #93B861. Grayscale: #5B5B5B. Windows color (decimal): -9680994 or 10372972. OLE color: 10372972.
HSL color Cylindrical-coordinate representation of color #6C479E: hue angle of 265.52º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C479E is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 71 | 158 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.38 |
| HSL | 265.52º | 0.38% | 0.45% | - |
| HSV(B) | 265.52º | 0.55% | 0.62% | - |
| XYZ | 14.61 | 10.16 | 33.54 | - |
| YUV | 91.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 158 | 0.32 | 0.55 | 0 | 0.38 | 265.52 | 0.38 | 0.45 |
| Hex | 6C | 47 | 9E | 20 | 37 | 0 | 26 | 10A | 26 | 2D |
| Octal | 154 | 107 | 236 | 40 | 67 | 0 | 46 | 412 | 46 | 55 |
| Binary | 1101100 | 1000111 | 10011110 | 100000 | 110111 | 0 | 100110 | 100001010 | 100110 | 101101 |
Color Harmonies of #6C479E
Complementary color
Monochromatic Colors of #6C479E
Black with #6C479E
Text Example
Text Example
White with #6C479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C479E; }
p { color: rgb(108,71,158); }
H1.HeaderClassName
{
color: #6C479E;
}
.AnyTagClassName
{
color: #6C479E;
}
</style>
background-color css
<style>
a { background-color: #6C479E; }
a { background-color: rgb(108,71,158); }
div.DivClassName
{
background-color: #6C479E;
}
.BgClassName
{
background-color: #6C479E;
}
</style>
border-color css
<style>
span { border-color: #6C479E; }
span { border-color: rgb(108,71,158); }
td.TdClassName
{
border-color: #6C479E;
}
.TagClassName
{
border-color: #6C479E;
}
</style>