Shades of Slate Blue #6F5BCF
Tints of Slate Blue #6F5BCF
RGB
CMYK
RGB Variations
Color information
#6F5BCF (or 0x6F5BCF) is known color: Slate Blue. HEX triplet: 6F, 5B and CF. RGB value is (111,91,207). Sum of RGB (Red+Green+Blue) = 111+91+207=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F5BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BCF is #90A430. Grayscale: #6D6D6D. Windows color (decimal): -9479217 or 13589359. OLE color: 13589359.
HSL color Cylindrical-coordinate representation of color #6F5BCF: hue angle of 250.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5BCF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 91 | 207 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.19 |
| HSL | 250.34º | 0.55% | 0.58% | - |
| HSV(B) | 250.34º | 0.56% | 0.81% | - |
| XYZ | 21.56 | 15.37 | 60.86 | - |
| YUV | 110.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 207 | 0.46 | 0.56 | 0 | 0.19 | 250.34 | 0.55 | 0.58 |
| Hex | 6F | 5B | CF | 2E | 38 | 0 | 13 | FA | 37 | 3A |
| Octal | 157 | 133 | 317 | 56 | 70 | 0 | 23 | 372 | 67 | 72 |
| Binary | 1101111 | 1011011 | 11001111 | 101110 | 111000 | 0 | 10011 | 11111010 | 110111 | 111010 |
Color Harmonies of #6F5BCF
Complementary color
Monochromatic Colors of #6F5BCF
Black with #6F5BCF
Text Example
Text Example
White with #6F5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5BCF; }
p { color: rgb(111,91,207); }
H1.HeaderClassName
{
color: #6F5BCF;
}
.AnyTagClassName
{
color: #6F5BCF;
}
</style>
background-color css
<style>
a { background-color: #6F5BCF; }
a { background-color: rgb(111,91,207); }
div.DivClassName
{
background-color: #6F5BCF;
}
.BgClassName
{
background-color: #6F5BCF;
}
</style>
border-color css
<style>
span { border-color: #6F5BCF; }
span { border-color: rgb(111,91,207); }
td.TdClassName
{
border-color: #6F5BCF;
}
.TagClassName
{
border-color: #6F5BCF;
}
</style>