Shades of Slate Blue #6343D1
Tints of Slate Blue #6343D1
RGB
CMYK
RGB Variations
Color information
#6343D1 (or 0x6343D1) is known color: Slate Blue. HEX triplet: 63, 43 and D1. RGB value is (99,67,209). Sum of RGB (Red+Green+Blue) = 99+67+209=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #6343D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343D1 is #9CBC2E. Grayscale: #5C5C5C. Windows color (decimal): -10271791 or 13714275. OLE color: 13714275.
HSL color Cylindrical-coordinate representation of color #6343D1: hue angle of 253.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6343D1 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 67 | 209 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.18 |
| HSL | 253.52º | 0.61% | 0.54% | - |
| HSV(B) | 253.52º | 0.68% | 0.82% | - |
| XYZ | 18.66 | 11.27 | 61.51 | - |
| YUV | 92.76 | 193.6 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 209 | 0.53 | 0.68 | 0 | 0.18 | 253.52 | 0.61 | 0.54 |
| Hex | 63 | 43 | D1 | 35 | 44 | 0 | 12 | FE | 3D | 36 |
| Octal | 143 | 103 | 321 | 65 | 104 | 0 | 22 | 376 | 75 | 66 |
| Binary | 1100011 | 1000011 | 11010001 | 110101 | 1000100 | 0 | 10010 | 11111110 | 111101 | 110110 |
Color Harmonies of #6343D1
Complementary color
Monochromatic Colors of #6343D1
Black with #6343D1
Text Example
Text Example
White with #6343D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343D1; }
p { color: rgb(99,67,209); }
H1.HeaderClassName
{
color: #6343D1;
}
.AnyTagClassName
{
color: #6343D1;
}
</style>
background-color css
<style>
a { background-color: #6343D1; }
a { background-color: rgb(99,67,209); }
div.DivClassName
{
background-color: #6343D1;
}
.BgClassName
{
background-color: #6343D1;
}
</style>
border-color css
<style>
span { border-color: #6343D1; }
span { border-color: rgb(99,67,209); }
td.TdClassName
{
border-color: #6343D1;
}
.TagClassName
{
border-color: #6343D1;
}
</style>