Shades of Slate Blue #6F65DB
Tints of Slate Blue #6F65DB
RGB
CMYK
RGB Variations
Color information
#6F65DB (or 0x6F65DB) is known color: Slate Blue. HEX triplet: 6F, 65 and DB. RGB value is (111,101,219). Sum of RGB (Red+Green+Blue) = 111+101+219=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F65DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65DB is #909A24. Grayscale: #747474. Windows color (decimal): -9476645 or 14378351. OLE color: 14378351.
HSL color Cylindrical-coordinate representation of color #6F65DB: hue angle of 245.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F65DB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 101 | 219 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.14 |
| HSL | 245.08º | 0.62% | 0.63% | - |
| HSV(B) | 245.08º | 0.54% | 0.86% | - |
| XYZ | 24 | 17.8 | 69.19 | - |
| YUV | 117.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 219 | 0.49 | 0.54 | 0 | 0.14 | 245.08 | 0.62 | 0.63 |
| Hex | 6F | 65 | DB | 31 | 36 | 0 | E | F5 | 3E | 3F |
| Octal | 157 | 145 | 333 | 61 | 66 | 0 | 16 | 365 | 76 | 77 |
| Binary | 1101111 | 1100101 | 11011011 | 110001 | 110110 | 0 | 1110 | 11110101 | 111110 | 111111 |
Color Harmonies of #6F65DB
Complementary color
Monochromatic Colors of #6F65DB
Black with #6F65DB
Text Example
Text Example
White with #6F65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65DB; }
p { color: rgb(111,101,219); }
H1.HeaderClassName
{
color: #6F65DB;
}
.AnyTagClassName
{
color: #6F65DB;
}
</style>
background-color css
<style>
a { background-color: #6F65DB; }
a { background-color: rgb(111,101,219); }
div.DivClassName
{
background-color: #6F65DB;
}
.BgClassName
{
background-color: #6F65DB;
}
</style>
border-color css
<style>
span { border-color: #6F65DB; }
span { border-color: rgb(111,101,219); }
td.TdClassName
{
border-color: #6F65DB;
}
.TagClassName
{
border-color: #6F65DB;
}
</style>