Shades of Slate Blue #6F61DC
Tints of Slate Blue #6F61DC
RGB
CMYK
RGB Variations
Color information
#6F61DC (or 0x6F61DC) is known color: Slate Blue. HEX triplet: 6F, 61 and DC. RGB value is (111,97,220). Sum of RGB (Red+Green+Blue) = 111+97+220=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F61DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F61DC is #909E23. Grayscale: #727272. Windows color (decimal): -9477668 or 14442863. OLE color: 14442863.
HSL color Cylindrical-coordinate representation of color #6F61DC: hue angle of 246.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F61DC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 97 | 220 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.14 |
| HSL | 246.83º | 0.64% | 0.62% | - |
| HSV(B) | 246.83º | 0.56% | 0.86% | - |
| XYZ | 23.75 | 17.1 | 69.76 | - |
| YUV | 115.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 220 | 0.50 | 0.56 | 0 | 0.14 | 246.83 | 0.64 | 0.62 |
| Hex | 6F | 61 | DC | 32 | 38 | 0 | E | F7 | 40 | 3E |
| Octal | 157 | 141 | 334 | 62 | 70 | 0 | 16 | 367 | 100 | 76 |
| Binary | 1101111 | 1100001 | 11011100 | 110010 | 111000 | 0 | 1110 | 11110111 | 1000000 | 111110 |
Color Harmonies of #6F61DC
Complementary color
Monochromatic Colors of #6F61DC
Black with #6F61DC
Text Example
Text Example
White with #6F61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F61DC; }
p { color: rgb(111,97,220); }
H1.HeaderClassName
{
color: #6F61DC;
}
.AnyTagClassName
{
color: #6F61DC;
}
</style>
background-color css
<style>
a { background-color: #6F61DC; }
a { background-color: rgb(111,97,220); }
div.DivClassName
{
background-color: #6F61DC;
}
.BgClassName
{
background-color: #6F61DC;
}
</style>
border-color css
<style>
span { border-color: #6F61DC; }
span { border-color: rgb(111,97,220); }
td.TdClassName
{
border-color: #6F61DC;
}
.TagClassName
{
border-color: #6F61DC;
}
</style>