Shades of Slate Blue #6F5FC9
Tints of Slate Blue #6F5FC9
RGB
CMYK
RGB Variations
Color information
#6F5FC9 (or 0x6F5FC9) is known color: Slate Blue. HEX triplet: 6F, 5F and C9. RGB value is (111,95,201). Sum of RGB (Red+Green+Blue) = 111+95+201=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F5FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5FC9 is #90A036. Grayscale: #6F6F6F. Windows color (decimal): -9478199 or 13197167. OLE color: 13197167.
HSL color Cylindrical-coordinate representation of color #6F5FC9: hue angle of 249.06º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F5FC9 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 95 | 201 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.21 |
| HSL | 249.06º | 0.5% | 0.58% | - |
| HSV(B) | 249.06º | 0.53% | 0.79% | - |
| XYZ | 21.19 | 15.78 | 57.19 | - |
| YUV | 111.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 201 | 0.45 | 0.53 | 0 | 0.21 | 249.06 | 0.5 | 0.58 |
| Hex | 6F | 5F | C9 | 2D | 35 | 0 | 15 | F9 | 32 | 3A |
| Octal | 157 | 137 | 311 | 55 | 65 | 0 | 25 | 371 | 62 | 72 |
| Binary | 1101111 | 1011111 | 11001001 | 101101 | 110101 | 0 | 10101 | 11111001 | 110010 | 111010 |
Color Harmonies of #6F5FC9
Complementary color
Monochromatic Colors of #6F5FC9
Black with #6F5FC9
Text Example
Text Example
White with #6F5FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5FC9; }
p { color: rgb(111,95,201); }
H1.HeaderClassName
{
color: #6F5FC9;
}
.AnyTagClassName
{
color: #6F5FC9;
}
</style>
background-color css
<style>
a { background-color: #6F5FC9; }
a { background-color: rgb(111,95,201); }
div.DivClassName
{
background-color: #6F5FC9;
}
.BgClassName
{
background-color: #6F5FC9;
}
</style>
border-color css
<style>
span { border-color: #6F5FC9; }
span { border-color: rgb(111,95,201); }
td.TdClassName
{
border-color: #6F5FC9;
}
.TagClassName
{
border-color: #6F5FC9;
}
</style>