Shades of Studio #6F459B
Tints of Studio #6F459B
RGB
CMYK
RGB Variations
Color information
#6F459B (or 0x6F459B) is known color: Studio. HEX triplet: 6F, 45 and 9B. RGB value is (111,69,155). Sum of RGB (Red+Green+Blue) = 111+69+155=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F459B is #90BA64. Grayscale: #5B5B5B. Windows color (decimal): -9484901 or 10175855. OLE color: 10175855.
HSL color Cylindrical-coordinate representation of color #6F459B: hue angle of 269.3º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F459B is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 69 | 155 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.39 |
| HSL | 269.3º | 0.38% | 0.44% | - |
| HSV(B) | 269.3º | 0.55% | 0.61% | - |
| XYZ | 14.6 | 10 | 32.17 | - |
| YUV | 91.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 155 | 0.28 | 0.55 | 0 | 0.39 | 269.3 | 0.38 | 0.44 |
| Hex | 6F | 45 | 9B | 1C | 37 | 0 | 27 | 10D | 26 | 2C |
| Octal | 157 | 105 | 233 | 34 | 67 | 0 | 47 | 415 | 46 | 54 |
| Binary | 1101111 | 1000101 | 10011011 | 11100 | 110111 | 0 | 100111 | 100001101 | 100110 | 101100 |
Color Harmonies of #6F459B
Complementary color
Monochromatic Colors of #6F459B
Black with #6F459B
Text Example
Text Example
White with #6F459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F459B; }
p { color: rgb(111,69,155); }
H1.HeaderClassName
{
color: #6F459B;
}
.AnyTagClassName
{
color: #6F459B;
}
</style>
background-color css
<style>
a { background-color: #6F459B; }
a { background-color: rgb(111,69,155); }
div.DivClassName
{
background-color: #6F459B;
}
.BgClassName
{
background-color: #6F459B;
}
</style>
border-color css
<style>
span { border-color: #6F459B; }
span { border-color: rgb(111,69,155); }
td.TdClassName
{
border-color: #6F459B;
}
.TagClassName
{
border-color: #6F459B;
}
</style>