Shades of Slate Blue #6F61D6
Tints of Slate Blue #6F61D6
RGB
CMYK
RGB Variations
Color information
#6F61D6 (or 0x6F61D6) is known color: Slate Blue. HEX triplet: 6F, 61 and D6. RGB value is (111,97,214). Sum of RGB (Red+Green+Blue) = 111+97+214=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F61D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F61D6 is #909E29. Grayscale: #727272. Windows color (decimal): -9477674 or 14049647. OLE color: 14049647.
HSL color Cylindrical-coordinate representation of color #6F61D6: hue angle of 247.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F61D6 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 97 | 214 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.16 |
| HSL | 247.18º | 0.59% | 0.61% | - |
| HSV(B) | 247.18º | 0.55% | 0.84% | - |
| XYZ | 22.97 | 16.78 | 65.65 | - |
| YUV | 114.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 214 | 0.48 | 0.55 | 0 | 0.16 | 247.18 | 0.59 | 0.61 |
| Hex | 6F | 61 | D6 | 30 | 37 | 0 | 10 | F7 | 3B | 3D |
| Octal | 157 | 141 | 326 | 60 | 67 | 0 | 20 | 367 | 73 | 75 |
| Binary | 1101111 | 1100001 | 11010110 | 110000 | 110111 | 0 | 10000 | 11110111 | 111011 | 111101 |
Color Harmonies of #6F61D6
Complementary color
Monochromatic Colors of #6F61D6
Black with #6F61D6
Text Example
Text Example
White with #6F61D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F61D6; }
p { color: rgb(111,97,214); }
H1.HeaderClassName
{
color: #6F61D6;
}
.AnyTagClassName
{
color: #6F61D6;
}
</style>
background-color css
<style>
a { background-color: #6F61D6; }
a { background-color: rgb(111,97,214); }
div.DivClassName
{
background-color: #6F61D6;
}
.BgClassName
{
background-color: #6F61D6;
}
</style>
border-color css
<style>
span { border-color: #6F61D6; }
span { border-color: rgb(111,97,214); }
td.TdClassName
{
border-color: #6F61D6;
}
.TagClassName
{
border-color: #6F61D6;
}
</style>