Shades of Studio #6B4EA4
Tints of Studio #6B4EA4
RGB
CMYK
RGB Variations
Color information
#6B4EA4 (or 0x6B4EA4) is known color: Studio. HEX triplet: 6B, 4E and A4. RGB value is (107,78,164). Sum of RGB (Red+Green+Blue) = 107+78+164=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B4EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EA4 is #94B15B. Grayscale: #606060. Windows color (decimal): -9744732 or 10767979. OLE color: 10767979.
HSL color Cylindrical-coordinate representation of color #6B4EA4: hue angle of 260.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B4EA4 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 78 | 164 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.36 |
| HSL | 260.23º | 0.36% | 0.47% | - |
| HSV(B) | 260.23º | 0.52% | 0.64% | - |
| XYZ | 15.49 | 11.25 | 36.48 | - |
| YUV | 96.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 164 | 0.35 | 0.52 | 0 | 0.36 | 260.23 | 0.36 | 0.47 |
| Hex | 6B | 4E | A4 | 23 | 34 | 0 | 24 | 104 | 24 | 2F |
| Octal | 153 | 116 | 244 | 43 | 64 | 0 | 44 | 404 | 44 | 57 |
| Binary | 1101011 | 1001110 | 10100100 | 100011 | 110100 | 0 | 100100 | 100000100 | 100100 | 101111 |
Color Harmonies of #6B4EA4
Complementary color
Monochromatic Colors of #6B4EA4
Black with #6B4EA4
Text Example
Text Example
White with #6B4EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4EA4; }
p { color: rgb(107,78,164); }
H1.HeaderClassName
{
color: #6B4EA4;
}
.AnyTagClassName
{
color: #6B4EA4;
}
</style>
background-color css
<style>
a { background-color: #6B4EA4; }
a { background-color: rgb(107,78,164); }
div.DivClassName
{
background-color: #6B4EA4;
}
.BgClassName
{
background-color: #6B4EA4;
}
</style>
border-color css
<style>
span { border-color: #6B4EA4; }
span { border-color: rgb(107,78,164); }
td.TdClassName
{
border-color: #6B4EA4;
}
.TagClassName
{
border-color: #6B4EA4;
}
</style>