Shades of Studio #6B539C
Tints of Studio #6B539C
RGB
CMYK
RGB Variations
Color information
#6B539C (or 0x6B539C) is known color: Studio. HEX triplet: 6B, 53 and 9C. RGB value is (107,83,156). Sum of RGB (Red+Green+Blue) = 107+83+156=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B539C is #94AC63. Grayscale: #626262. Windows color (decimal): -9743460 or 10244971. OLE color: 10244971.
HSL color Cylindrical-coordinate representation of color #6B539C: hue angle of 259.73º 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 #6B539C is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 83 | 156 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.39 |
| HSL | 259.73º | 0.31% | 0.47% | - |
| HSV(B) | 259.73º | 0.47% | 0.61% | - |
| XYZ | 15.16 | 11.71 | 32.91 | - |
| YUV | 98.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 156 | 0.31 | 0.47 | 0 | 0.39 | 259.73 | 0.31 | 0.47 |
| Hex | 6B | 53 | 9C | 1F | 2F | 0 | 27 | 104 | 1F | 2F |
| Octal | 153 | 123 | 234 | 37 | 57 | 0 | 47 | 404 | 37 | 57 |
| Binary | 1101011 | 1010011 | 10011100 | 11111 | 101111 | 0 | 100111 | 100000100 | 11111 | 101111 |
Color Harmonies of #6B539C
Complementary color
Monochromatic Colors of #6B539C
Black with #6B539C
Text Example
Text Example
White with #6B539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B539C; }
p { color: rgb(107,83,156); }
H1.HeaderClassName
{
color: #6B539C;
}
.AnyTagClassName
{
color: #6B539C;
}
</style>
background-color css
<style>
a { background-color: #6B539C; }
a { background-color: rgb(107,83,156); }
div.DivClassName
{
background-color: #6B539C;
}
.BgClassName
{
background-color: #6B539C;
}
</style>
border-color css
<style>
span { border-color: #6B539C; }
span { border-color: rgb(107,83,156); }
td.TdClassName
{
border-color: #6B539C;
}
.TagClassName
{
border-color: #6B539C;
}
</style>