Shades of Slate Blue #6347DB
Tints of Slate Blue #6347DB
RGB
CMYK
RGB Variations
Color information
#6347DB (or 0x6347DB) is known color: Slate Blue. HEX triplet: 63, 47 and DB. RGB value is (99,71,219). Sum of RGB (Red+Green+Blue) = 99+71+219=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #6347DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6347DB is #9CB824. Grayscale: #5F5F5F. Windows color (decimal): -10270757 or 14370659. OLE color: 14370659.
HSL color Cylindrical-coordinate representation of color #6347DB: hue angle of 251.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6347DB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 71 | 219 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.14 |
| HSL | 251.35º | 0.67% | 0.57% | - |
| HSV(B) | 251.35º | 0.68% | 0.86% | - |
| XYZ | 20.19 | 12.27 | 68.32 | - |
| YUV | 96.24 | 197.28 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 219 | 0.55 | 0.68 | 0 | 0.14 | 251.35 | 0.67 | 0.57 |
| Hex | 63 | 47 | DB | 37 | 44 | 0 | E | FB | 43 | 39 |
| Octal | 143 | 107 | 333 | 67 | 104 | 0 | 16 | 373 | 103 | 71 |
| Binary | 1100011 | 1000111 | 11011011 | 110111 | 1000100 | 0 | 1110 | 11111011 | 1000011 | 111001 |
Color Harmonies of #6347DB
Complementary color
Monochromatic Colors of #6347DB
Black with #6347DB
Text Example
Text Example
White with #6347DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6347DB; }
p { color: rgb(99,71,219); }
H1.HeaderClassName
{
color: #6347DB;
}
.AnyTagClassName
{
color: #6347DB;
}
</style>
background-color css
<style>
a { background-color: #6347DB; }
a { background-color: rgb(99,71,219); }
div.DivClassName
{
background-color: #6347DB;
}
.BgClassName
{
background-color: #6347DB;
}
</style>
border-color css
<style>
span { border-color: #6347DB; }
span { border-color: rgb(99,71,219); }
td.TdClassName
{
border-color: #6347DB;
}
.TagClassName
{
border-color: #6347DB;
}
</style>