Shades of Slate Blue #6349DB
Tints of Slate Blue #6349DB
RGB
CMYK
RGB Variations
Color information
#6349DB (or 0x6349DB) is known color: Slate Blue. HEX triplet: 63, 49 and DB. RGB value is (99,73,219). Sum of RGB (Red+Green+Blue) = 99+73+219=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #6349DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349DB is #9CB624. Grayscale: #606060. Windows color (decimal): -10270245 or 14371171. OLE color: 14371171.
HSL color Cylindrical-coordinate representation of color #6349DB: hue angle of 250.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6349DB is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 73 | 219 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.14 |
| HSL | 250.68º | 0.67% | 0.57% | - |
| HSV(B) | 250.68º | 0.67% | 0.86% | - |
| XYZ | 20.31 | 12.53 | 68.37 | - |
| YUV | 97.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 219 | 0.55 | 0.67 | 0 | 0.14 | 250.68 | 0.67 | 0.57 |
| Hex | 63 | 49 | DB | 37 | 43 | 0 | E | FB | 43 | 39 |
| Octal | 143 | 111 | 333 | 67 | 103 | 0 | 16 | 373 | 103 | 71 |
| Binary | 1100011 | 1001001 | 11011011 | 110111 | 1000011 | 0 | 1110 | 11111011 | 1000011 | 111001 |
Color Harmonies of #6349DB
Complementary color
Monochromatic Colors of #6349DB
Black with #6349DB
Text Example
Text Example
White with #6349DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6349DB; }
p { color: rgb(99,73,219); }
H1.HeaderClassName
{
color: #6349DB;
}
.AnyTagClassName
{
color: #6349DB;
}
</style>
background-color css
<style>
a { background-color: #6349DB; }
a { background-color: rgb(99,73,219); }
div.DivClassName
{
background-color: #6349DB;
}
.BgClassName
{
background-color: #6349DB;
}
</style>
border-color css
<style>
span { border-color: #6349DB; }
span { border-color: rgb(99,73,219); }
td.TdClassName
{
border-color: #6349DB;
}
.TagClassName
{
border-color: #6349DB;
}
</style>