Shades of Slate Blue #6341D3
Tints of Slate Blue #6341D3
RGB
CMYK
RGB Variations
Color information
#6341D3 (or 0x6341D3) is known color: Slate Blue. HEX triplet: 63, 41 and D3. RGB value is (99,65,211). Sum of RGB (Red+Green+Blue) = 99+65+211=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 211 (82.81% from 255 or 56.27% from 375); Max value from RGB is 211 - color contains mainly: blue. Hex color #6341D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341D3 is #9CBE2C. Grayscale: #5B5B5B. Windows color (decimal): -10272301 or 13844835. OLE color: 13844835.
HSL color Cylindrical-coordinate representation of color #6341D3: hue angle of 253.97º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6341D3 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 65 | 211 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.17 |
| HSL | 253.97º | 0.62% | 0.54% | - |
| HSV(B) | 253.97º | 0.69% | 0.83% | - |
| XYZ | 18.79 | 11.14 | 62.79 | - |
| YUV | 91.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 211 | 0.53 | 0.69 | 0 | 0.17 | 253.97 | 0.62 | 0.54 |
| Hex | 63 | 41 | D3 | 35 | 45 | 0 | 11 | FE | 3E | 36 |
| Octal | 143 | 101 | 323 | 65 | 105 | 0 | 21 | 376 | 76 | 66 |
| Binary | 1100011 | 1000001 | 11010011 | 110101 | 1000101 | 0 | 10001 | 11111110 | 111110 | 110110 |
Color Harmonies of #6341D3
Complementary color
Monochromatic Colors of #6341D3
Black with #6341D3
Text Example
Text Example
White with #6341D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341D3; }
p { color: rgb(99,65,211); }
H1.HeaderClassName
{
color: #6341D3;
}
.AnyTagClassName
{
color: #6341D3;
}
</style>
background-color css
<style>
a { background-color: #6341D3; }
a { background-color: rgb(99,65,211); }
div.DivClassName
{
background-color: #6341D3;
}
.BgClassName
{
background-color: #6341D3;
}
</style>
border-color css
<style>
span { border-color: #6341D3; }
span { border-color: rgb(99,65,211); }
td.TdClassName
{
border-color: #6341D3;
}
.TagClassName
{
border-color: #6341D3;
}
</style>