Shades of Slate Blue #6354DB
Tints of Slate Blue #6354DB
RGB
CMYK
RGB Variations
Color information
#6354DB (or 0x6354DB) is known color: Slate Blue. HEX triplet: 63, 54 and DB. RGB value is (99,84,219). Sum of RGB (Red+Green+Blue) = 99+84+219=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6354DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354DB is #9CAB24. Grayscale: #676767. Windows color (decimal): -10267429 or 14373987. OLE color: 14373987.
HSL color Cylindrical-coordinate representation of color #6354DB: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6354DB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 84 | 219 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.14 |
| HSL | 246.67º | 0.65% | 0.59% | - |
| HSV(B) | 246.67º | 0.62% | 0.86% | - |
| XYZ | 21.1 | 14.11 | 68.63 | - |
| YUV | 103.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 219 | 0.55 | 0.62 | 0 | 0.14 | 246.67 | 0.65 | 0.59 |
| Hex | 63 | 54 | DB | 37 | 3E | 0 | E | F7 | 41 | 3B |
| Octal | 143 | 124 | 333 | 67 | 76 | 0 | 16 | 367 | 101 | 73 |
| Binary | 1100011 | 1010100 | 11011011 | 110111 | 111110 | 0 | 1110 | 11110111 | 1000001 | 111011 |
Color Harmonies of #6354DB
Complementary color
Monochromatic Colors of #6354DB
Black with #6354DB
Text Example
Text Example
White with #6354DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354DB; }
p { color: rgb(99,84,219); }
H1.HeaderClassName
{
color: #6354DB;
}
.AnyTagClassName
{
color: #6354DB;
}
</style>
background-color css
<style>
a { background-color: #6354DB; }
a { background-color: rgb(99,84,219); }
div.DivClassName
{
background-color: #6354DB;
}
.BgClassName
{
background-color: #6354DB;
}
</style>
border-color css
<style>
span { border-color: #6354DB; }
span { border-color: rgb(99,84,219); }
td.TdClassName
{
border-color: #6354DB;
}
.TagClassName
{
border-color: #6354DB;
}
</style>