Shades of Slate Blue #6F65DD
Tints of Slate Blue #6F65DD
RGB
CMYK
RGB Variations
Color information
#6F65DD (or 0x6F65DD) is known color: Slate Blue. HEX triplet: 6F, 65 and DD. RGB value is (111,101,221). Sum of RGB (Red+Green+Blue) = 111+101+221=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F65DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65DD is #909A22. Grayscale: #757575. Windows color (decimal): -9476643 or 14509423. OLE color: 14509423.
HSL color Cylindrical-coordinate representation of color #6F65DD: hue angle of 245º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F65DD is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 101 | 221 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.13 |
| HSL | 245º | 0.64% | 0.63% | - |
| HSV(B) | 245º | 0.54% | 0.87% | - |
| XYZ | 24.26 | 17.91 | 70.58 | - |
| YUV | 117.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 221 | 0.50 | 0.54 | 0 | 0.13 | 245 | 0.64 | 0.63 |
| Hex | 6F | 65 | DD | 32 | 36 | 0 | D | F5 | 40 | 3F |
| Octal | 157 | 145 | 335 | 62 | 66 | 0 | 15 | 365 | 100 | 77 |
| Binary | 1101111 | 1100101 | 11011101 | 110010 | 110110 | 0 | 1101 | 11110101 | 1000000 | 111111 |
Color Harmonies of #6F65DD
Complementary color
Monochromatic Colors of #6F65DD
Black with #6F65DD
Text Example
Text Example
White with #6F65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65DD; }
p { color: rgb(111,101,221); }
H1.HeaderClassName
{
color: #6F65DD;
}
.AnyTagClassName
{
color: #6F65DD;
}
</style>
background-color css
<style>
a { background-color: #6F65DD; }
a { background-color: rgb(111,101,221); }
div.DivClassName
{
background-color: #6F65DD;
}
.BgClassName
{
background-color: #6F65DD;
}
</style>
border-color css
<style>
span { border-color: #6F65DD; }
span { border-color: rgb(111,101,221); }
td.TdClassName
{
border-color: #6F65DD;
}
.TagClassName
{
border-color: #6F65DD;
}
</style>