Shades of Slate Blue #6F61DD
Tints of Slate Blue #6F61DD
RGB
CMYK
RGB Variations
Color information
#6F61DD (or 0x6F61DD) is known color: Slate Blue. HEX triplet: 6F, 61 and DD. RGB value is (111,97,221). Sum of RGB (Red+Green+Blue) = 111+97+221=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F61DD is #909E22. Grayscale: #727272. Windows color (decimal): -9477667 or 14508399. OLE color: 14508399.
HSL color Cylindrical-coordinate representation of color #6F61DD: hue angle of 246.77º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F61DD is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 97 | 221 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.13 |
| HSL | 246.77º | 0.65% | 0.62% | - |
| HSV(B) | 246.77º | 0.56% | 0.87% | - |
| XYZ | 23.88 | 17.15 | 70.46 | - |
| YUV | 115.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 221 | 0.50 | 0.56 | 0 | 0.13 | 246.77 | 0.65 | 0.62 |
| Hex | 6F | 61 | DD | 32 | 38 | 0 | D | F7 | 41 | 3E |
| Octal | 157 | 141 | 335 | 62 | 70 | 0 | 15 | 367 | 101 | 76 |
| Binary | 1101111 | 1100001 | 11011101 | 110010 | 111000 | 0 | 1101 | 11110111 | 1000001 | 111110 |
Color Harmonies of #6F61DD
Complementary color
Monochromatic Colors of #6F61DD
Black with #6F61DD
Text Example
Text Example
White with #6F61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F61DD; }
p { color: rgb(111,97,221); }
H1.HeaderClassName
{
color: #6F61DD;
}
.AnyTagClassName
{
color: #6F61DD;
}
</style>
background-color css
<style>
a { background-color: #6F61DD; }
a { background-color: rgb(111,97,221); }
div.DivClassName
{
background-color: #6F61DD;
}
.BgClassName
{
background-color: #6F61DD;
}
</style>
border-color css
<style>
span { border-color: #6F61DD; }
span { border-color: rgb(111,97,221); }
td.TdClassName
{
border-color: #6F61DD;
}
.TagClassName
{
border-color: #6F61DD;
}
</style>