Shades of Slate Blue #6651DB
Tints of Slate Blue #6651DB
RGB
CMYK
RGB Variations
Color information
#6651DB (or 0x6651DB) is known color: Slate Blue. HEX triplet: 66, 51 and DB. RGB value is (102,81,219). Sum of RGB (Red+Green+Blue) = 102+81+219=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6651DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6651DB is #99AE24. Grayscale: #666666. Windows color (decimal): -10071589 or 14373222. OLE color: 14373222.
HSL color Cylindrical-coordinate representation of color #6651DB: hue angle of 249.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6651DB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 81 | 219 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.14 |
| HSL | 249.13º | 0.66% | 0.59% | - |
| HSV(B) | 249.13º | 0.63% | 0.86% | - |
| XYZ | 21.21 | 13.82 | 68.57 | - |
| YUV | 103.01 | 193.46 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 219 | 0.53 | 0.63 | 0 | 0.14 | 249.13 | 0.66 | 0.59 |
| Hex | 66 | 51 | DB | 35 | 3F | 0 | E | F9 | 42 | 3B |
| Octal | 146 | 121 | 333 | 65 | 77 | 0 | 16 | 371 | 102 | 73 |
| Binary | 1100110 | 1010001 | 11011011 | 110101 | 111111 | 0 | 1110 | 11111001 | 1000010 | 111011 |
Color Harmonies of #6651DB
Complementary color
Monochromatic Colors of #6651DB
Black with #6651DB
Text Example
Text Example
White with #6651DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6651DB; }
p { color: rgb(102,81,219); }
H1.HeaderClassName
{
color: #6651DB;
}
.AnyTagClassName
{
color: #6651DB;
}
</style>
background-color css
<style>
a { background-color: #6651DB; }
a { background-color: rgb(102,81,219); }
div.DivClassName
{
background-color: #6651DB;
}
.BgClassName
{
background-color: #6651DB;
}
</style>
border-color css
<style>
span { border-color: #6651DB; }
span { border-color: rgb(102,81,219); }
td.TdClassName
{
border-color: #6651DB;
}
.TagClassName
{
border-color: #6651DB;
}
</style>