Shades of Studio #6F4B9D
Tints of Studio #6F4B9D
RGB
CMYK
RGB Variations
Color information
#6F4B9D (or 0x6F4B9D) is known color: Studio. HEX triplet: 6F, 4B and 9D. RGB value is (111,75,157). Sum of RGB (Red+Green+Blue) = 111+75+157=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F4B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4B9D is #90B462. Grayscale: #5E5E5E. Windows color (decimal): -9483363 or 10308463. OLE color: 10308463.
HSL color Cylindrical-coordinate representation of color #6F4B9D: hue angle of 266.34º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4B9D is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 75 | 157 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.38 |
| HSL | 266.34º | 0.35% | 0.45% | - |
| HSV(B) | 266.34º | 0.52% | 0.62% | - |
| XYZ | 15.16 | 10.85 | 33.19 | - |
| YUV | 95.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 157 | 0.29 | 0.52 | 0 | 0.38 | 266.34 | 0.35 | 0.45 |
| Hex | 6F | 4B | 9D | 1D | 34 | 0 | 26 | 10A | 23 | 2D |
| Octal | 157 | 113 | 235 | 35 | 64 | 0 | 46 | 412 | 43 | 55 |
| Binary | 1101111 | 1001011 | 10011101 | 11101 | 110100 | 0 | 100110 | 100001010 | 100011 | 101101 |
Color Harmonies of #6F4B9D
Complementary color
Monochromatic Colors of #6F4B9D
Black with #6F4B9D
Text Example
Text Example
White with #6F4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B9D; }
p { color: rgb(111,75,157); }
H1.HeaderClassName
{
color: #6F4B9D;
}
.AnyTagClassName
{
color: #6F4B9D;
}
</style>
background-color css
<style>
a { background-color: #6F4B9D; }
a { background-color: rgb(111,75,157); }
div.DivClassName
{
background-color: #6F4B9D;
}
.BgClassName
{
background-color: #6F4B9D;
}
</style>
border-color css
<style>
span { border-color: #6F4B9D; }
span { border-color: rgb(111,75,157); }
td.TdClassName
{
border-color: #6F4B9D;
}
.TagClassName
{
border-color: #6F4B9D;
}
</style>