Shades of Studio #6E529C
Tints of Studio #6E529C
RGB
CMYK
RGB Variations
Color information
#6E529C (or 0x6E529C) is known color: Studio. HEX triplet: 6E, 52 and 9C. RGB value is (110,82,156). Sum of RGB (Red+Green+Blue) = 110+82+156=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E529C is #91AD63. Grayscale: #626262. Windows color (decimal): -9547108 or 10244718. OLE color: 10244718.
HSL color Cylindrical-coordinate representation of color #6E529C: hue angle of 262.7º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E529C is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 82 | 156 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.39 |
| HSL | 262.7º | 0.31% | 0.47% | - |
| HSV(B) | 262.7º | 0.47% | 0.61% | - |
| XYZ | 15.45 | 11.75 | 32.91 | - |
| YUV | 98.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 156 | 0.29 | 0.47 | 0 | 0.39 | 262.7 | 0.31 | 0.47 |
| Hex | 6E | 52 | 9C | 1D | 2F | 0 | 27 | 107 | 1F | 2F |
| Octal | 156 | 122 | 234 | 35 | 57 | 0 | 47 | 407 | 37 | 57 |
| Binary | 1101110 | 1010010 | 10011100 | 11101 | 101111 | 0 | 100111 | 100000111 | 11111 | 101111 |
Color Harmonies of #6E529C
Complementary color
Monochromatic Colors of #6E529C
Black with #6E529C
Text Example
Text Example
White with #6E529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E529C; }
p { color: rgb(110,82,156); }
H1.HeaderClassName
{
color: #6E529C;
}
.AnyTagClassName
{
color: #6E529C;
}
</style>
background-color css
<style>
a { background-color: #6E529C; }
a { background-color: rgb(110,82,156); }
div.DivClassName
{
background-color: #6E529C;
}
.BgClassName
{
background-color: #6E529C;
}
</style>
border-color css
<style>
span { border-color: #6E529C; }
span { border-color: rgb(110,82,156); }
td.TdClassName
{
border-color: #6E529C;
}
.TagClassName
{
border-color: #6E529C;
}
</style>