Shades of Studio #6B4DAB
Tints of Studio #6B4DAB
RGB
CMYK
RGB Variations
Color information
#6B4DAB (or 0x6B4DAB) is known color: Studio. HEX triplet: 6B, 4D and AB. RGB value is (107,77,171). Sum of RGB (Red+Green+Blue) = 107+77+171=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DAB is #94B254. Grayscale: #606060. Windows color (decimal): -9744981 or 11226475. OLE color: 11226475.
HSL color Cylindrical-coordinate representation of color #6B4DAB: hue angle of 259.15º 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 #6B4DAB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 77 | 171 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.33 |
| HSL | 259.15º | 0.38% | 0.49% | - |
| HSV(B) | 259.15º | 0.55% | 0.67% | - |
| XYZ | 16.07 | 11.37 | 39.88 | - |
| YUV | 96.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 171 | 0.37 | 0.55 | 0 | 0.33 | 259.15 | 0.38 | 0.49 |
| Hex | 6B | 4D | AB | 25 | 37 | 0 | 21 | 103 | 26 | 31 |
| Octal | 153 | 115 | 253 | 45 | 67 | 0 | 41 | 403 | 46 | 61 |
| Binary | 1101011 | 1001101 | 10101011 | 100101 | 110111 | 0 | 100001 | 100000011 | 100110 | 110001 |
Color Harmonies of #6B4DAB
Complementary color
Monochromatic Colors of #6B4DAB
Black with #6B4DAB
Text Example
Text Example
White with #6B4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4DAB; }
p { color: rgb(107,77,171); }
H1.HeaderClassName
{
color: #6B4DAB;
}
.AnyTagClassName
{
color: #6B4DAB;
}
</style>
background-color css
<style>
a { background-color: #6B4DAB; }
a { background-color: rgb(107,77,171); }
div.DivClassName
{
background-color: #6B4DAB;
}
.BgClassName
{
background-color: #6B4DAB;
}
</style>
border-color css
<style>
span { border-color: #6B4DAB; }
span { border-color: rgb(107,77,171); }
td.TdClassName
{
border-color: #6B4DAB;
}
.TagClassName
{
border-color: #6B4DAB;
}
</style>