Shades of Slate Blue #6F53CF
Tints of Slate Blue #6F53CF
RGB
CMYK
RGB Variations
Color information
#6F53CF (or 0x6F53CF) is known color: Slate Blue. HEX triplet: 6F, 53 and CF. RGB value is (111,83,207). Sum of RGB (Red+Green+Blue) = 111+83+207=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F53CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F53CF is #90AC30. Grayscale: #696969. Windows color (decimal): -9481265 or 13587311. OLE color: 13587311.
HSL color Cylindrical-coordinate representation of color #6F53CF: hue angle of 253.55º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F53CF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 83 | 207 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.19 |
| HSL | 253.55º | 0.56% | 0.57% | - |
| HSV(B) | 253.55º | 0.6% | 0.81% | - |
| XYZ | 20.91 | 14.07 | 60.65 | - |
| YUV | 105.51 | 185.28 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 207 | 0.46 | 0.60 | 0 | 0.19 | 253.55 | 0.56 | 0.57 |
| Hex | 6F | 53 | CF | 2E | 3C | 0 | 13 | FE | 38 | 39 |
| Octal | 157 | 123 | 317 | 56 | 74 | 0 | 23 | 376 | 70 | 71 |
| Binary | 1101111 | 1010011 | 11001111 | 101110 | 111100 | 0 | 10011 | 11111110 | 111000 | 111001 |
Color Harmonies of #6F53CF
Complementary color
Monochromatic Colors of #6F53CF
Black with #6F53CF
Text Example
Text Example
White with #6F53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F53CF; }
p { color: rgb(111,83,207); }
H1.HeaderClassName
{
color: #6F53CF;
}
.AnyTagClassName
{
color: #6F53CF;
}
</style>
background-color css
<style>
a { background-color: #6F53CF; }
a { background-color: rgb(111,83,207); }
div.DivClassName
{
background-color: #6F53CF;
}
.BgClassName
{
background-color: #6F53CF;
}
</style>
border-color css
<style>
span { border-color: #6F53CF; }
span { border-color: rgb(111,83,207); }
td.TdClassName
{
border-color: #6F53CF;
}
.TagClassName
{
border-color: #6F53CF;
}
</style>