Shades of Slate Blue #6663DB
Tints of Slate Blue #6663DB
RGB
CMYK
RGB Variations
Color information
#6663DB (or 0x6663DB) is known color: Slate Blue. HEX triplet: 66, 63 and DB. RGB value is (102,99,219). Sum of RGB (Red+Green+Blue) = 102+99+219=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6663DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6663DB is #999C24. Grayscale: #717171. Windows color (decimal): -10066981 or 14377830. OLE color: 14377830.
HSL color Cylindrical-coordinate representation of color #6663DB: hue angle of 241.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6663DB is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 99 | 219 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.14 |
| HSL | 241.5º | 0.63% | 0.62% | - |
| HSV(B) | 241.5º | 0.55% | 0.86% | - |
| XYZ | 22.73 | 16.86 | 69.07 | - |
| YUV | 113.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 219 | 0.53 | 0.55 | 0 | 0.14 | 241.5 | 0.63 | 0.62 |
| Hex | 66 | 63 | DB | 35 | 37 | 0 | E | F2 | 3E | 3E |
| Octal | 146 | 143 | 333 | 65 | 67 | 0 | 16 | 362 | 76 | 76 |
| Binary | 1100110 | 1100011 | 11011011 | 110101 | 110111 | 0 | 1110 | 11110010 | 111110 | 111110 |
Color Harmonies of #6663DB
Complementary color
Monochromatic Colors of #6663DB
Black with #6663DB
Text Example
Text Example
White with #6663DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6663DB; }
p { color: rgb(102,99,219); }
H1.HeaderClassName
{
color: #6663DB;
}
.AnyTagClassName
{
color: #6663DB;
}
</style>
background-color css
<style>
a { background-color: #6663DB; }
a { background-color: rgb(102,99,219); }
div.DivClassName
{
background-color: #6663DB;
}
.BgClassName
{
background-color: #6663DB;
}
</style>
border-color css
<style>
span { border-color: #6663DB; }
span { border-color: rgb(102,99,219); }
td.TdClassName
{
border-color: #6663DB;
}
.TagClassName
{
border-color: #6663DB;
}
</style>