Shades of Slate Blue #6F66DB
Tints of Slate Blue #6F66DB
RGB
CMYK
RGB Variations
Color information
#6F66DB (or 0x6F66DB) is known color: Slate Blue. HEX triplet: 6F, 66 and DB. RGB value is (111,102,219). Sum of RGB (Red+Green+Blue) = 111+102+219=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66DB is #909924. Grayscale: #757575. Windows color (decimal): -9476389 or 14378607. OLE color: 14378607.
HSL color Cylindrical-coordinate representation of color #6F66DB: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F66DB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 102 | 219 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.14 |
| HSL | 244.62º | 0.62% | 0.63% | - |
| HSV(B) | 244.62º | 0.53% | 0.86% | - |
| XYZ | 24.09 | 18 | 69.22 | - |
| YUV | 118.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 219 | 0.49 | 0.53 | 0 | 0.14 | 244.62 | 0.62 | 0.63 |
| Hex | 6F | 66 | DB | 31 | 35 | 0 | E | F5 | 3E | 3F |
| Octal | 157 | 146 | 333 | 61 | 65 | 0 | 16 | 365 | 76 | 77 |
| Binary | 1101111 | 1100110 | 11011011 | 110001 | 110101 | 0 | 1110 | 11110101 | 111110 | 111111 |
Color Harmonies of #6F66DB
Complementary color
Monochromatic Colors of #6F66DB
Black with #6F66DB
Text Example
Text Example
White with #6F66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F66DB; }
p { color: rgb(111,102,219); }
H1.HeaderClassName
{
color: #6F66DB;
}
.AnyTagClassName
{
color: #6F66DB;
}
</style>
background-color css
<style>
a { background-color: #6F66DB; }
a { background-color: rgb(111,102,219); }
div.DivClassName
{
background-color: #6F66DB;
}
.BgClassName
{
background-color: #6F66DB;
}
</style>
border-color css
<style>
span { border-color: #6F66DB; }
span { border-color: rgb(111,102,219); }
td.TdClassName
{
border-color: #6F66DB;
}
.TagClassName
{
border-color: #6F66DB;
}
</style>