Shades of Studio #6F46B6
Tints of Studio #6F46B6
RGB
CMYK
RGB Variations
Color information
#6F46B6 (or 0x6F46B6) is known color: Studio. HEX triplet: 6F, 46 and B6. RGB value is (111,70,182). Sum of RGB (Red+Green+Blue) = 111+70+182=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F46B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F46B6 is #90B949. Grayscale: #5E5E5E. Windows color (decimal): -9484618 or 11945583. OLE color: 11945583.
HSL color Cylindrical-coordinate representation of color #6F46B6: hue angle of 261.96º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F46B6 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 70 | 182 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.29 |
| HSL | 261.96º | 0.44% | 0.49% | - |
| HSV(B) | 261.96º | 0.62% | 0.71% | - |
| XYZ | 17.19 | 11.14 | 45.5 | - |
| YUV | 95.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 182 | 0.39 | 0.62 | 0 | 0.29 | 261.96 | 0.44 | 0.49 |
| Hex | 6F | 46 | B6 | 27 | 3E | 0 | 1D | 106 | 2C | 31 |
| Octal | 157 | 106 | 266 | 47 | 76 | 0 | 35 | 406 | 54 | 61 |
| Binary | 1101111 | 1000110 | 10110110 | 100111 | 111110 | 0 | 11101 | 100000110 | 101100 | 110001 |
Color Harmonies of #6F46B6
Complementary color
Monochromatic Colors of #6F46B6
Black with #6F46B6
Text Example
Text Example
White with #6F46B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F46B6; }
p { color: rgb(111,70,182); }
H1.HeaderClassName
{
color: #6F46B6;
}
.AnyTagClassName
{
color: #6F46B6;
}
</style>
background-color css
<style>
a { background-color: #6F46B6; }
a { background-color: rgb(111,70,182); }
div.DivClassName
{
background-color: #6F46B6;
}
.BgClassName
{
background-color: #6F46B6;
}
</style>
border-color css
<style>
span { border-color: #6F46B6; }
span { border-color: rgb(111,70,182); }
td.TdClassName
{
border-color: #6F46B6;
}
.TagClassName
{
border-color: #6F46B6;
}
</style>