Shades of Studio #6B4CAC
Tints of Studio #6B4CAC
RGB
CMYK
RGB Variations
Color information
#6B4CAC (or 0x6B4CAC) is known color: Studio. HEX triplet: 6B, 4C and AC. RGB value is (107,76,172). Sum of RGB (Red+Green+Blue) = 107+76+172=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 76 (30.08% from 255 or 21.41% 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 #6B4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4CAC is #94B353. Grayscale: #5F5F5F. Windows color (decimal): -9745236 or 11291755. OLE color: 11291755.
HSL color Cylindrical-coordinate representation of color #6B4CAC: hue angle of 259.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B4CAC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 76 | 172 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.33 |
| HSL | 259.38º | 0.39% | 0.49% | - |
| HSV(B) | 259.38º | 0.56% | 0.67% | - |
| XYZ | 16.09 | 11.27 | 40.36 | - |
| YUV | 96.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 172 | 0.38 | 0.56 | 0 | 0.33 | 259.38 | 0.39 | 0.49 |
| Hex | 6B | 4C | AC | 26 | 38 | 0 | 21 | 103 | 27 | 31 |
| Octal | 153 | 114 | 254 | 46 | 70 | 0 | 41 | 403 | 47 | 61 |
| Binary | 1101011 | 1001100 | 10101100 | 100110 | 111000 | 0 | 100001 | 100000011 | 100111 | 110001 |
Color Harmonies of #6B4CAC
Complementary color
Monochromatic Colors of #6B4CAC
Black with #6B4CAC
Text Example
Text Example
White with #6B4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4CAC; }
p { color: rgb(107,76,172); }
H1.HeaderClassName
{
color: #6B4CAC;
}
.AnyTagClassName
{
color: #6B4CAC;
}
</style>
background-color css
<style>
a { background-color: #6B4CAC; }
a { background-color: rgb(107,76,172); }
div.DivClassName
{
background-color: #6B4CAC;
}
.BgClassName
{
background-color: #6B4CAC;
}
</style>
border-color css
<style>
span { border-color: #6B4CAC; }
span { border-color: rgb(107,76,172); }
td.TdClassName
{
border-color: #6B4CAC;
}
.TagClassName
{
border-color: #6B4CAC;
}
</style>