Shades of Slate Blue #6366DB
Tints of Slate Blue #6366DB
RGB
CMYK
RGB Variations
Color information
#6366DB (or 0x6366DB) is known color: Slate Blue. HEX triplet: 63, 66 and DB. RGB value is (99,102,219). Sum of RGB (Red+Green+Blue) = 99+102+219=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 102 (40.23% from 255 or 24.29% 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 #6366DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366DB is #9C9924. Grayscale: #717171. Windows color (decimal): -10262821 or 14378595. OLE color: 14378595.
HSL color Cylindrical-coordinate representation of color #6366DB: hue angle of 238.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 #6366DB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 102 | 219 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.14 |
| HSL | 238.5º | 0.63% | 0.62% | - |
| HSV(B) | 238.5º | 0.55% | 0.86% | - |
| XYZ | 22.68 | 17.27 | 69.16 | - |
| YUV | 114.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 219 | 0.55 | 0.53 | 0 | 0.14 | 238.5 | 0.63 | 0.62 |
| Hex | 63 | 66 | DB | 37 | 35 | 0 | E | EE | 3E | 3E |
| Octal | 143 | 146 | 333 | 67 | 65 | 0 | 16 | 356 | 76 | 76 |
| Binary | 1100011 | 1100110 | 11011011 | 110111 | 110101 | 0 | 1110 | 11101110 | 111110 | 111110 |
Color Harmonies of #6366DB
Complementary color
Monochromatic Colors of #6366DB
Black with #6366DB
Text Example
Text Example
White with #6366DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366DB; }
p { color: rgb(99,102,219); }
H1.HeaderClassName
{
color: #6366DB;
}
.AnyTagClassName
{
color: #6366DB;
}
</style>
background-color css
<style>
a { background-color: #6366DB; }
a { background-color: rgb(99,102,219); }
div.DivClassName
{
background-color: #6366DB;
}
.BgClassName
{
background-color: #6366DB;
}
</style>
border-color css
<style>
span { border-color: #6366DB; }
span { border-color: rgb(99,102,219); }
td.TdClassName
{
border-color: #6366DB;
}
.TagClassName
{
border-color: #6366DB;
}
</style>