Shades of Slate Blue #6360DB
Tints of Slate Blue #6360DB
RGB
CMYK
RGB Variations
Color information
#6360DB (or 0x6360DB) is known color: Slate Blue. HEX triplet: 63, 60 and DB. RGB value is (99,96,219). Sum of RGB (Red+Green+Blue) = 99+96+219=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #6360DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360DB is #9C9F24. Grayscale: #6E6E6E. Windows color (decimal): -10264357 or 14377059. OLE color: 14377059.
HSL color Cylindrical-coordinate representation of color #6360DB: hue angle of 241.46º 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 #6360DB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 96 | 219 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.14 |
| HSL | 241.46º | 0.63% | 0.62% | - |
| HSV(B) | 241.46º | 0.56% | 0.86% | - |
| XYZ | 22.11 | 16.13 | 68.97 | - |
| YUV | 110.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 219 | 0.55 | 0.56 | 0 | 0.14 | 241.46 | 0.63 | 0.62 |
| Hex | 63 | 60 | DB | 37 | 38 | 0 | E | F1 | 3F | 3E |
| Octal | 143 | 140 | 333 | 67 | 70 | 0 | 16 | 361 | 77 | 76 |
| Binary | 1100011 | 1100000 | 11011011 | 110111 | 111000 | 0 | 1110 | 11110001 | 111111 | 111110 |
Color Harmonies of #6360DB
Complementary color
Monochromatic Colors of #6360DB
Black with #6360DB
Text Example
Text Example
White with #6360DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6360DB; }
p { color: rgb(99,96,219); }
H1.HeaderClassName
{
color: #6360DB;
}
.AnyTagClassName
{
color: #6360DB;
}
</style>
background-color css
<style>
a { background-color: #6360DB; }
a { background-color: rgb(99,96,219); }
div.DivClassName
{
background-color: #6360DB;
}
.BgClassName
{
background-color: #6360DB;
}
</style>
border-color css
<style>
span { border-color: #6360DB; }
span { border-color: rgb(99,96,219); }
td.TdClassName
{
border-color: #6360DB;
}
.TagClassName
{
border-color: #6360DB;
}
</style>