Shades of Studio #6F46AA
Tints of Studio #6F46AA
RGB
CMYK
RGB Variations
Color information
#6F46AA (or 0x6F46AA) is known color: Studio. HEX triplet: 6F, 46 and AA. RGB value is (111,70,170). Sum of RGB (Red+Green+Blue) = 111+70+170=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F46AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F46AA is #90B955. Grayscale: #5D5D5D. Windows color (decimal): -9484630 or 11159151. OLE color: 11159151.
HSL color Cylindrical-coordinate representation of color #6F46AA: hue angle of 264.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F46AA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 70 | 170 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.33 |
| HSL | 264.6º | 0.42% | 0.47% | - |
| HSV(B) | 264.6º | 0.59% | 0.67% | - |
| XYZ | 16 | 10.66 | 39.24 | - |
| YUV | 93.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 170 | 0.35 | 0.59 | 0 | 0.33 | 264.6 | 0.42 | 0.47 |
| Hex | 6F | 46 | AA | 23 | 3B | 0 | 21 | 109 | 2A | 2F |
| Octal | 157 | 106 | 252 | 43 | 73 | 0 | 41 | 411 | 52 | 57 |
| Binary | 1101111 | 1000110 | 10101010 | 100011 | 111011 | 0 | 100001 | 100001001 | 101010 | 101111 |
Color Harmonies of #6F46AA
Complementary color
Monochromatic Colors of #6F46AA
Black with #6F46AA
Text Example
Text Example
White with #6F46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F46AA; }
p { color: rgb(111,70,170); }
H1.HeaderClassName
{
color: #6F46AA;
}
.AnyTagClassName
{
color: #6F46AA;
}
</style>
background-color css
<style>
a { background-color: #6F46AA; }
a { background-color: rgb(111,70,170); }
div.DivClassName
{
background-color: #6F46AA;
}
.BgClassName
{
background-color: #6F46AA;
}
</style>
border-color css
<style>
span { border-color: #6F46AA; }
span { border-color: rgb(111,70,170); }
td.TdClassName
{
border-color: #6F46AA;
}
.TagClassName
{
border-color: #6F46AA;
}
</style>