Shades of Studio #6C4BAD
Tints of Studio #6C4BAD
RGB
CMYK
RGB Variations
Color information
#6C4BAD (or 0x6C4BAD) is known color: Studio. HEX triplet: 6C, 4B and AD. RGB value is (108,75,173). Sum of RGB (Red+Green+Blue) = 108+75+173=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C4BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4BAD is #93B452. Grayscale: #5F5F5F. Windows color (decimal): -9679955 or 11357036. OLE color: 11357036.
HSL color Cylindrical-coordinate representation of color #6C4BAD: hue angle of 260.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C4BAD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 75 | 173 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.32 |
| HSL | 260.2º | 0.4% | 0.49% | - |
| HSV(B) | 260.2º | 0.57% | 0.68% | - |
| XYZ | 16.24 | 11.24 | 40.85 | - |
| YUV | 96.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 173 | 0.38 | 0.57 | 0 | 0.32 | 260.2 | 0.4 | 0.49 |
| Hex | 6C | 4B | AD | 26 | 39 | 0 | 20 | 104 | 28 | 31 |
| Octal | 154 | 113 | 255 | 46 | 71 | 0 | 40 | 404 | 50 | 61 |
| Binary | 1101100 | 1001011 | 10101101 | 100110 | 111001 | 0 | 100000 | 100000100 | 101000 | 110001 |
Color Harmonies of #6C4BAD
Complementary color
Monochromatic Colors of #6C4BAD
Black with #6C4BAD
Text Example
Text Example
White with #6C4BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BAD; }
p { color: rgb(108,75,173); }
H1.HeaderClassName
{
color: #6C4BAD;
}
.AnyTagClassName
{
color: #6C4BAD;
}
</style>
background-color css
<style>
a { background-color: #6C4BAD; }
a { background-color: rgb(108,75,173); }
div.DivClassName
{
background-color: #6C4BAD;
}
.BgClassName
{
background-color: #6C4BAD;
}
</style>
border-color css
<style>
span { border-color: #6C4BAD; }
span { border-color: rgb(108,75,173); }
td.TdClassName
{
border-color: #6C4BAD;
}
.TagClassName
{
border-color: #6C4BAD;
}
</style>