Shades of Slate Blue #6371DB
Tints of Slate Blue #6371DB
RGB
CMYK
RGB Variations
Color information
#6371DB (or 0x6371DB) is known color: Slate Blue. HEX triplet: 63, 71 and DB. RGB value is (99,113,219). Sum of RGB (Red+Green+Blue) = 99+113+219=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6371DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371DB is #9C8E24. Grayscale: #787878. Windows color (decimal): -10260005 or 14381411. OLE color: 14381411.
HSL color Cylindrical-coordinate representation of color #6371DB: hue angle of 233º 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 #6371DB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 113 | 219 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.14 |
| HSL | 233º | 0.63% | 0.62% | - |
| HSV(B) | 233º | 0.55% | 0.86% | - |
| XYZ | 23.84 | 19.58 | 69.54 | - |
| YUV | 120.9 | 183.36 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 219 | 0.55 | 0.48 | 0 | 0.14 | 233 | 0.63 | 0.62 |
| Hex | 63 | 71 | DB | 37 | 30 | 0 | E | E9 | 3E | 3E |
| Octal | 143 | 161 | 333 | 67 | 60 | 0 | 16 | 351 | 76 | 76 |
| Binary | 1100011 | 1110001 | 11011011 | 110111 | 110000 | 0 | 1110 | 11101001 | 111110 | 111110 |
Color Harmonies of #6371DB
Complementary color
Monochromatic Colors of #6371DB
Black with #6371DB
Text Example
Text Example
White with #6371DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371DB; }
p { color: rgb(99,113,219); }
H1.HeaderClassName
{
color: #6371DB;
}
.AnyTagClassName
{
color: #6371DB;
}
</style>
background-color css
<style>
a { background-color: #6371DB; }
a { background-color: rgb(99,113,219); }
div.DivClassName
{
background-color: #6371DB;
}
.BgClassName
{
background-color: #6371DB;
}
</style>
border-color css
<style>
span { border-color: #6371DB; }
span { border-color: rgb(99,113,219); }
td.TdClassName
{
border-color: #6371DB;
}
.TagClassName
{
border-color: #6371DB;
}
</style>