Shades of Slate Blue #6243D1
Tints of Slate Blue #6243D1
RGB
CMYK
RGB Variations
Color information
#6243D1 (or 0x6243D1) is known color: Slate Blue. HEX triplet: 62, 43 and D1. RGB value is (98,67,209). Sum of RGB (Red+Green+Blue) = 98+67+209=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #6243D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6243D1 is #9DBC2E. Grayscale: #5B5B5B. Windows color (decimal): -10337327 or 13714274. OLE color: 13714274.
HSL color Cylindrical-coordinate representation of color #6243D1: hue angle of 253.1º 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 #6243D1 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 67 | 209 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.18 |
| HSL | 253.1º | 0.61% | 0.54% | - |
| HSV(B) | 253.1º | 0.68% | 0.82% | - |
| XYZ | 18.55 | 11.21 | 61.51 | - |
| YUV | 92.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 209 | 0.53 | 0.68 | 0 | 0.18 | 253.1 | 0.61 | 0.54 |
| Hex | 62 | 43 | D1 | 35 | 44 | 0 | 12 | FD | 3D | 36 |
| Octal | 142 | 103 | 321 | 65 | 104 | 0 | 22 | 375 | 75 | 66 |
| Binary | 1100010 | 1000011 | 11010001 | 110101 | 1000100 | 0 | 10010 | 11111101 | 111101 | 110110 |
Color Harmonies of #6243D1
Complementary color
Monochromatic Colors of #6243D1
Black with #6243D1
Text Example
Text Example
White with #6243D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6243D1; }
p { color: rgb(98,67,209); }
H1.HeaderClassName
{
color: #6243D1;
}
.AnyTagClassName
{
color: #6243D1;
}
</style>
background-color css
<style>
a { background-color: #6243D1; }
a { background-color: rgb(98,67,209); }
div.DivClassName
{
background-color: #6243D1;
}
.BgClassName
{
background-color: #6243D1;
}
</style>
border-color css
<style>
span { border-color: #6243D1; }
span { border-color: rgb(98,67,209); }
td.TdClassName
{
border-color: #6243D1;
}
.TagClassName
{
border-color: #6243D1;
}
</style>