Shades of Studio #6F4BAE
Tints of Studio #6F4BAE
RGB
CMYK
RGB Variations
Color information
#6F4BAE (or 0x6F4BAE) is known color: Studio. HEX triplet: 6F, 4B and AE. RGB value is (111,75,174). Sum of RGB (Red+Green+Blue) = 111+75+174=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4BAE is #90B451. Grayscale: #606060. Windows color (decimal): -9483346 or 11422575. OLE color: 11422575.
HSL color Cylindrical-coordinate representation of color #6F4BAE: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F4BAE is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 75 | 174 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.32 |
| HSL | 261.82º | 0.4% | 0.49% | - |
| HSV(B) | 261.82º | 0.57% | 0.68% | - |
| XYZ | 16.71 | 11.47 | 41.38 | - |
| YUV | 97.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 174 | 0.36 | 0.57 | 0 | 0.32 | 261.82 | 0.4 | 0.49 |
| Hex | 6F | 4B | AE | 24 | 39 | 0 | 20 | 106 | 28 | 31 |
| Octal | 157 | 113 | 256 | 44 | 71 | 0 | 40 | 406 | 50 | 61 |
| Binary | 1101111 | 1001011 | 10101110 | 100100 | 111001 | 0 | 100000 | 100000110 | 101000 | 110001 |
Color Harmonies of #6F4BAE
Complementary color
Monochromatic Colors of #6F4BAE
Black with #6F4BAE
Text Example
Text Example
White with #6F4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BAE; }
p { color: rgb(111,75,174); }
H1.HeaderClassName
{
color: #6F4BAE;
}
.AnyTagClassName
{
color: #6F4BAE;
}
</style>
background-color css
<style>
a { background-color: #6F4BAE; }
a { background-color: rgb(111,75,174); }
div.DivClassName
{
background-color: #6F4BAE;
}
.BgClassName
{
background-color: #6F4BAE;
}
</style>
border-color css
<style>
span { border-color: #6F4BAE; }
span { border-color: rgb(111,75,174); }
td.TdClassName
{
border-color: #6F4BAE;
}
.TagClassName
{
border-color: #6F4BAE;
}
</style>