Shades of Studio #6F53A4
Tints of Studio #6F53A4
RGB
CMYK
RGB Variations
Color information
#6F53A4 (or 0x6F53A4) is known color: Studio. HEX triplet: 6F, 53 and A4. RGB value is (111,83,164). Sum of RGB (Red+Green+Blue) = 111+83+164=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F53A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F53A4 is #90AC5B. Grayscale: #646464. Windows color (decimal): -9481308 or 10769263. OLE color: 10769263.
HSL color Cylindrical-coordinate representation of color #6F53A4: hue angle of 260.74º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F53A4 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 83 | 164 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.36 |
| HSL | 260.74º | 0.33% | 0.48% | - |
| HSV(B) | 260.74º | 0.49% | 0.64% | - |
| XYZ | 16.35 | 12.25 | 36.62 | - |
| YUV | 100.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 164 | 0.32 | 0.49 | 0 | 0.36 | 260.74 | 0.33 | 0.48 |
| Hex | 6F | 53 | A4 | 20 | 31 | 0 | 24 | 105 | 21 | 30 |
| Octal | 157 | 123 | 244 | 40 | 61 | 0 | 44 | 405 | 41 | 60 |
| Binary | 1101111 | 1010011 | 10100100 | 100000 | 110001 | 0 | 100100 | 100000101 | 100001 | 110000 |
Color Harmonies of #6F53A4
Complementary color
Monochromatic Colors of #6F53A4
Black with #6F53A4
Text Example
Text Example
White with #6F53A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F53A4; }
p { color: rgb(111,83,164); }
H1.HeaderClassName
{
color: #6F53A4;
}
.AnyTagClassName
{
color: #6F53A4;
}
</style>
background-color css
<style>
a { background-color: #6F53A4; }
a { background-color: rgb(111,83,164); }
div.DivClassName
{
background-color: #6F53A4;
}
.BgClassName
{
background-color: #6F53A4;
}
</style>
border-color css
<style>
span { border-color: #6F53A4; }
span { border-color: rgb(111,83,164); }
td.TdClassName
{
border-color: #6F53A4;
}
.TagClassName
{
border-color: #6F53A4;
}
</style>