Shades of Slate Blue #6368DB
Tints of Slate Blue #6368DB
RGB
CMYK
RGB Variations
Color information
#6368DB (or 0x6368DB) is known color: Slate Blue. HEX triplet: 63, 68 and DB. RGB value is (99,104,219). Sum of RGB (Red+Green+Blue) = 99+104+219=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6368DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368DB is #9C9724. Grayscale: #737373. Windows color (decimal): -10262309 or 14379107. OLE color: 14379107.
HSL color Cylindrical-coordinate representation of color #6368DB: hue angle of 237.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 #6368DB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 104 | 219 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.14 |
| HSL | 237.5º | 0.63% | 0.62% | - |
| HSV(B) | 237.5º | 0.55% | 0.86% | - |
| XYZ | 22.88 | 17.67 | 69.22 | - |
| YUV | 115.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 219 | 0.55 | 0.53 | 0 | 0.14 | 237.5 | 0.63 | 0.62 |
| Hex | 63 | 68 | DB | 37 | 35 | 0 | E | EE | 3E | 3E |
| Octal | 143 | 150 | 333 | 67 | 65 | 0 | 16 | 356 | 76 | 76 |
| Binary | 1100011 | 1101000 | 11011011 | 110111 | 110101 | 0 | 1110 | 11101110 | 111110 | 111110 |
Color Harmonies of #6368DB
Complementary color
Monochromatic Colors of #6368DB
Black with #6368DB
Text Example
Text Example
White with #6368DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368DB; }
p { color: rgb(99,104,219); }
H1.HeaderClassName
{
color: #6368DB;
}
.AnyTagClassName
{
color: #6368DB;
}
</style>
background-color css
<style>
a { background-color: #6368DB; }
a { background-color: rgb(99,104,219); }
div.DivClassName
{
background-color: #6368DB;
}
.BgClassName
{
background-color: #6368DB;
}
</style>
border-color css
<style>
span { border-color: #6368DB; }
span { border-color: rgb(99,104,219); }
td.TdClassName
{
border-color: #6368DB;
}
.TagClassName
{
border-color: #6368DB;
}
</style>