Shades of Slate Blue #6664DB
Tints of Slate Blue #6664DB
RGB
CMYK
RGB Variations
Color information
#6664DB (or 0x6664DB) is known color: Slate Blue. HEX triplet: 66, 64 and DB. RGB value is (102,100,219). Sum of RGB (Red+Green+Blue) = 102+100+219=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #6664DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664DB is #999B24. Grayscale: #717171. Windows color (decimal): -10066725 or 14378086. OLE color: 14378086.
HSL color Cylindrical-coordinate representation of color #6664DB: hue angle of 241.01º 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 #6664DB is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 100 | 219 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.14 |
| HSL | 241.01º | 0.62% | 0.63% | - |
| HSV(B) | 241.01º | 0.54% | 0.86% | - |
| XYZ | 22.82 | 17.05 | 69.11 | - |
| YUV | 114.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 219 | 0.53 | 0.54 | 0 | 0.14 | 241.01 | 0.62 | 0.63 |
| Hex | 66 | 64 | DB | 35 | 36 | 0 | E | F1 | 3E | 3F |
| Octal | 146 | 144 | 333 | 65 | 66 | 0 | 16 | 361 | 76 | 77 |
| Binary | 1100110 | 1100100 | 11011011 | 110101 | 110110 | 0 | 1110 | 11110001 | 111110 | 111111 |
Color Harmonies of #6664DB
Complementary color
Monochromatic Colors of #6664DB
Black with #6664DB
Text Example
Text Example
White with #6664DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6664DB; }
p { color: rgb(102,100,219); }
H1.HeaderClassName
{
color: #6664DB;
}
.AnyTagClassName
{
color: #6664DB;
}
</style>
background-color css
<style>
a { background-color: #6664DB; }
a { background-color: rgb(102,100,219); }
div.DivClassName
{
background-color: #6664DB;
}
.BgClassName
{
background-color: #6664DB;
}
</style>
border-color css
<style>
span { border-color: #6664DB; }
span { border-color: rgb(102,100,219); }
td.TdClassName
{
border-color: #6664DB;
}
.TagClassName
{
border-color: #6664DB;
}
</style>