Shades of Studio #6B4DAC
Tints of Studio #6B4DAC
RGB
CMYK
RGB Variations
Color information
#6B4DAC (or 0x6B4DAC) is known color: Studio. HEX triplet: 6B, 4D and AC. RGB value is (107,77,172). Sum of RGB (Red+Green+Blue) = 107+77+172=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DAC is #94B253. Grayscale: #606060. Windows color (decimal): -9744980 or 11292011. OLE color: 11292011.
HSL color Cylindrical-coordinate representation of color #6B4DAC: hue angle of 258.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4DAC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 77 | 172 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.33 |
| HSL | 258.95º | 0.38% | 0.49% | - |
| HSV(B) | 258.95º | 0.55% | 0.67% | - |
| XYZ | 16.16 | 11.41 | 40.38 | - |
| YUV | 96.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 172 | 0.38 | 0.55 | 0 | 0.33 | 258.95 | 0.38 | 0.49 |
| Hex | 6B | 4D | AC | 26 | 37 | 0 | 21 | 103 | 26 | 31 |
| Octal | 153 | 115 | 254 | 46 | 67 | 0 | 41 | 403 | 46 | 61 |
| Binary | 1101011 | 1001101 | 10101100 | 100110 | 110111 | 0 | 100001 | 100000011 | 100110 | 110001 |
Color Harmonies of #6B4DAC
Complementary color
Monochromatic Colors of #6B4DAC
Black with #6B4DAC
Text Example
Text Example
White with #6B4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4DAC; }
p { color: rgb(107,77,172); }
H1.HeaderClassName
{
color: #6B4DAC;
}
.AnyTagClassName
{
color: #6B4DAC;
}
</style>
background-color css
<style>
a { background-color: #6B4DAC; }
a { background-color: rgb(107,77,172); }
div.DivClassName
{
background-color: #6B4DAC;
}
.BgClassName
{
background-color: #6B4DAC;
}
</style>
border-color css
<style>
span { border-color: #6B4DAC; }
span { border-color: rgb(107,77,172); }
td.TdClassName
{
border-color: #6B4DAC;
}
.TagClassName
{
border-color: #6B4DAC;
}
</style>