Shades of Slate Blue #6361DB
Tints of Slate Blue #6361DB
RGB
CMYK
RGB Variations
Color information
#6361DB (or 0x6361DB) is known color: Slate Blue. HEX triplet: 63, 61 and DB. RGB value is (99,97,219). Sum of RGB (Red+Green+Blue) = 99+97+219=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #6361DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361DB is #9C9E24. Grayscale: #6F6F6F. Windows color (decimal): -10264101 or 14377315. OLE color: 14377315.
HSL color Cylindrical-coordinate representation of color #6361DB: hue angle of 240.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6361DB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 97 | 219 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.14 |
| HSL | 240.98º | 0.63% | 0.62% | - |
| HSV(B) | 240.98º | 0.56% | 0.86% | - |
| XYZ | 22.21 | 16.32 | 69 | - |
| YUV | 111.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 219 | 0.55 | 0.56 | 0 | 0.14 | 240.98 | 0.63 | 0.62 |
| Hex | 63 | 61 | DB | 37 | 38 | 0 | E | F1 | 3F | 3E |
| Octal | 143 | 141 | 333 | 67 | 70 | 0 | 16 | 361 | 77 | 76 |
| Binary | 1100011 | 1100001 | 11011011 | 110111 | 111000 | 0 | 1110 | 11110001 | 111111 | 111110 |
Color Harmonies of #6361DB
Complementary color
Monochromatic Colors of #6361DB
Black with #6361DB
Text Example
Text Example
White with #6361DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6361DB; }
p { color: rgb(99,97,219); }
H1.HeaderClassName
{
color: #6361DB;
}
.AnyTagClassName
{
color: #6361DB;
}
</style>
background-color css
<style>
a { background-color: #6361DB; }
a { background-color: rgb(99,97,219); }
div.DivClassName
{
background-color: #6361DB;
}
.BgClassName
{
background-color: #6361DB;
}
</style>
border-color css
<style>
span { border-color: #6361DB; }
span { border-color: rgb(99,97,219); }
td.TdClassName
{
border-color: #6361DB;
}
.TagClassName
{
border-color: #6361DB;
}
</style>