Shades of Studio #6B4BAB
Tints of Studio #6B4BAB
RGB
CMYK
RGB Variations
Color information
#6B4BAB (or 0x6B4BAB) is known color: Studio. HEX triplet: 6B, 4B and AB. RGB value is (107,75,171). Sum of RGB (Red+Green+Blue) = 107+75+171=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4BAB is #94B454. Grayscale: #5F5F5F. Windows color (decimal): -9745493 or 11225963. OLE color: 11225963.
HSL color Cylindrical-coordinate representation of color #6B4BAB: hue angle of 260º 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 #6B4BAB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 75 | 171 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.33 |
| HSL | 260º | 0.39% | 0.48% | - |
| HSV(B) | 260º | 0.56% | 0.67% | - |
| XYZ | 15.93 | 11.1 | 39.83 | - |
| YUV | 95.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 171 | 0.37 | 0.56 | 0 | 0.33 | 260 | 0.39 | 0.48 |
| Hex | 6B | 4B | AB | 25 | 38 | 0 | 21 | 104 | 27 | 30 |
| Octal | 153 | 113 | 253 | 45 | 70 | 0 | 41 | 404 | 47 | 60 |
| Binary | 1101011 | 1001011 | 10101011 | 100101 | 111000 | 0 | 100001 | 100000100 | 100111 | 110000 |
Color Harmonies of #6B4BAB
Complementary color
Monochromatic Colors of #6B4BAB
Black with #6B4BAB
Text Example
Text Example
White with #6B4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4BAB; }
p { color: rgb(107,75,171); }
H1.HeaderClassName
{
color: #6B4BAB;
}
.AnyTagClassName
{
color: #6B4BAB;
}
</style>
background-color css
<style>
a { background-color: #6B4BAB; }
a { background-color: rgb(107,75,171); }
div.DivClassName
{
background-color: #6B4BAB;
}
.BgClassName
{
background-color: #6B4BAB;
}
</style>
border-color css
<style>
span { border-color: #6B4BAB; }
span { border-color: rgb(107,75,171); }
td.TdClassName
{
border-color: #6B4BAB;
}
.TagClassName
{
border-color: #6B4BAB;
}
</style>