Shades of Slate Blue #6F51CB
Tints of Slate Blue #6F51CB
RGB
CMYK
RGB Variations
Color information
#6F51CB (or 0x6F51CB) is known color: Slate Blue. HEX triplet: 6F, 51 and CB. RGB value is (111,81,203). Sum of RGB (Red+Green+Blue) = 111+81+203=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F51CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F51CB is #90AE34. Grayscale: #676767. Windows color (decimal): -9481781 or 13324655. OLE color: 13324655.
HSL color Cylindrical-coordinate representation of color #6F51CB: hue angle of 254.75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F51CB is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 81 | 203 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.20 |
| HSL | 254.75º | 0.54% | 0.56% | - |
| HSV(B) | 254.75º | 0.6% | 0.8% | - |
| XYZ | 20.28 | 13.58 | 58.05 | - |
| YUV | 103.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 203 | 0.45 | 0.60 | 0 | 0.20 | 254.75 | 0.54 | 0.56 |
| Hex | 6F | 51 | CB | 2D | 3C | 0 | 14 | FF | 36 | 38 |
| Octal | 157 | 121 | 313 | 55 | 74 | 0 | 24 | 377 | 66 | 70 |
| Binary | 1101111 | 1010001 | 11001011 | 101101 | 111100 | 0 | 10100 | 11111111 | 110110 | 111000 |
Color Harmonies of #6F51CB
Complementary color
Monochromatic Colors of #6F51CB
Black with #6F51CB
Text Example
Text Example
White with #6F51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F51CB; }
p { color: rgb(111,81,203); }
H1.HeaderClassName
{
color: #6F51CB;
}
.AnyTagClassName
{
color: #6F51CB;
}
</style>
background-color css
<style>
a { background-color: #6F51CB; }
a { background-color: rgb(111,81,203); }
div.DivClassName
{
background-color: #6F51CB;
}
.BgClassName
{
background-color: #6F51CB;
}
</style>
border-color css
<style>
span { border-color: #6F51CB; }
span { border-color: rgb(111,81,203); }
td.TdClassName
{
border-color: #6F51CB;
}
.TagClassName
{
border-color: #6F51CB;
}
</style>