Shades of Studio #6F459C
Tints of Studio #6F459C
RGB
CMYK
RGB Variations
Color information
#6F459C (or 0x6F459C) is known color: Studio. HEX triplet: 6F, 45 and 9C. RGB value is (111,69,156). Sum of RGB (Red+Green+Blue) = 111+69+156=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F459C is #90BA63. Grayscale: #5B5B5B. Windows color (decimal): -9484900 or 10241391. OLE color: 10241391.
HSL color Cylindrical-coordinate representation of color #6F459C: hue angle of 268.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F459C is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 69 | 156 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.39 |
| HSL | 268.97º | 0.39% | 0.44% | - |
| HSV(B) | 268.97º | 0.56% | 0.61% | - |
| XYZ | 14.68 | 10.04 | 32.62 | - |
| YUV | 91.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 156 | 0.29 | 0.56 | 0 | 0.39 | 268.97 | 0.39 | 0.44 |
| Hex | 6F | 45 | 9C | 1D | 38 | 0 | 27 | 10D | 27 | 2C |
| Octal | 157 | 105 | 234 | 35 | 70 | 0 | 47 | 415 | 47 | 54 |
| Binary | 1101111 | 1000101 | 10011100 | 11101 | 111000 | 0 | 100111 | 100001101 | 100111 | 101100 |
Color Harmonies of #6F459C
Complementary color
Monochromatic Colors of #6F459C
Black with #6F459C
Text Example
Text Example
White with #6F459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F459C; }
p { color: rgb(111,69,156); }
H1.HeaderClassName
{
color: #6F459C;
}
.AnyTagClassName
{
color: #6F459C;
}
</style>
background-color css
<style>
a { background-color: #6F459C; }
a { background-color: rgb(111,69,156); }
div.DivClassName
{
background-color: #6F459C;
}
.BgClassName
{
background-color: #6F459C;
}
</style>
border-color css
<style>
span { border-color: #6F459C; }
span { border-color: rgb(111,69,156); }
td.TdClassName
{
border-color: #6F459C;
}
.TagClassName
{
border-color: #6F459C;
}
</style>