Shades of Studio #6C4BAC
Tints of Studio #6C4BAC
RGB
CMYK
RGB Variations
Color information
#6C4BAC (or 0x6C4BAC) is known color: Studio. HEX triplet: 6C, 4B and AC. RGB value is (108,75,172). Sum of RGB (Red+Green+Blue) = 108+75+172=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C4BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4BAC is #93B453. Grayscale: #5F5F5F. Windows color (decimal): -9679956 or 11291500. OLE color: 11291500.
HSL color Cylindrical-coordinate representation of color #6C4BAC: hue angle of 260.41º 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 #6C4BAC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 75 | 172 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.33 |
| HSL | 260.41º | 0.39% | 0.48% | - |
| HSV(B) | 260.41º | 0.56% | 0.67% | - |
| XYZ | 16.15 | 11.2 | 40.34 | - |
| YUV | 95.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 172 | 0.37 | 0.56 | 0 | 0.33 | 260.41 | 0.39 | 0.48 |
| Hex | 6C | 4B | AC | 25 | 38 | 0 | 21 | 104 | 27 | 30 |
| Octal | 154 | 113 | 254 | 45 | 70 | 0 | 41 | 404 | 47 | 60 |
| Binary | 1101100 | 1001011 | 10101100 | 100101 | 111000 | 0 | 100001 | 100000100 | 100111 | 110000 |
Color Harmonies of #6C4BAC
Complementary color
Monochromatic Colors of #6C4BAC
Black with #6C4BAC
Text Example
Text Example
White with #6C4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BAC; }
p { color: rgb(108,75,172); }
H1.HeaderClassName
{
color: #6C4BAC;
}
.AnyTagClassName
{
color: #6C4BAC;
}
</style>
background-color css
<style>
a { background-color: #6C4BAC; }
a { background-color: rgb(108,75,172); }
div.DivClassName
{
background-color: #6C4BAC;
}
.BgClassName
{
background-color: #6C4BAC;
}
</style>
border-color css
<style>
span { border-color: #6C4BAC; }
span { border-color: rgb(108,75,172); }
td.TdClassName
{
border-color: #6C4BAC;
}
.TagClassName
{
border-color: #6C4BAC;
}
</style>