Shades of Studio #6C4BAB
Tints of Studio #6C4BAB
RGB
CMYK
RGB Variations
Color information
#6C4BAB (or 0x6C4BAB) is known color: Studio. HEX triplet: 6C, 4B and AB. RGB value is (108,75,171). Sum of RGB (Red+Green+Blue) = 108+75+171=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4BAB is #93B454. Grayscale: #5F5F5F. Windows color (decimal): -9679957 or 11225964. OLE color: 11225964.
HSL color Cylindrical-coordinate representation of color #6C4BAB: hue angle of 260.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4BAB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 75 | 171 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.33 |
| HSL | 260.63º | 0.39% | 0.48% | - |
| HSV(B) | 260.63º | 0.56% | 0.67% | - |
| XYZ | 16.05 | 11.16 | 39.84 | - |
| YUV | 95.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 171 | 0.37 | 0.56 | 0 | 0.33 | 260.63 | 0.39 | 0.48 |
| Hex | 6C | 4B | AB | 25 | 38 | 0 | 21 | 105 | 27 | 30 |
| Octal | 154 | 113 | 253 | 45 | 70 | 0 | 41 | 405 | 47 | 60 |
| Binary | 1101100 | 1001011 | 10101011 | 100101 | 111000 | 0 | 100001 | 100000101 | 100111 | 110000 |
Color Harmonies of #6C4BAB
Complementary color
Monochromatic Colors of #6C4BAB
Black with #6C4BAB
Text Example
Text Example
White with #6C4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BAB; }
p { color: rgb(108,75,171); }
H1.HeaderClassName
{
color: #6C4BAB;
}
.AnyTagClassName
{
color: #6C4BAB;
}
</style>
background-color css
<style>
a { background-color: #6C4BAB; }
a { background-color: rgb(108,75,171); }
div.DivClassName
{
background-color: #6C4BAB;
}
.BgClassName
{
background-color: #6C4BAB;
}
</style>
border-color css
<style>
span { border-color: #6C4BAB; }
span { border-color: rgb(108,75,171); }
td.TdClassName
{
border-color: #6C4BAB;
}
.TagClassName
{
border-color: #6C4BAB;
}
</style>