Shades of Slate Blue #6343CE
Tints of Slate Blue #6343CE
RGB
CMYK
RGB Variations
Color information
#6343CE (or 0x6343CE) is known color: Slate Blue. HEX triplet: 63, 43 and CE. RGB value is (99,67,206). Sum of RGB (Red+Green+Blue) = 99+67+206=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6343CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343CE is #9CBC31. Grayscale: #5B5B5B. Windows color (decimal): -10271794 or 13517667. OLE color: 13517667.
HSL color Cylindrical-coordinate representation of color #6343CE: hue angle of 253.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6343CE is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 67 | 206 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.19 |
| HSL | 253.81º | 0.59% | 0.54% | - |
| HSV(B) | 253.81º | 0.67% | 0.81% | - |
| XYZ | 18.29 | 11.12 | 59.58 | - |
| YUV | 92.41 | 192.1 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 206 | 0.52 | 0.67 | 0 | 0.19 | 253.81 | 0.59 | 0.54 |
| Hex | 63 | 43 | CE | 34 | 43 | 0 | 13 | FE | 3B | 36 |
| Octal | 143 | 103 | 316 | 64 | 103 | 0 | 23 | 376 | 73 | 66 |
| Binary | 1100011 | 1000011 | 11001110 | 110100 | 1000011 | 0 | 10011 | 11111110 | 111011 | 110110 |
Color Harmonies of #6343CE
Complementary color
Monochromatic Colors of #6343CE
Black with #6343CE
Text Example
Text Example
White with #6343CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343CE; }
p { color: rgb(99,67,206); }
H1.HeaderClassName
{
color: #6343CE;
}
.AnyTagClassName
{
color: #6343CE;
}
</style>
background-color css
<style>
a { background-color: #6343CE; }
a { background-color: rgb(99,67,206); }
div.DivClassName
{
background-color: #6343CE;
}
.BgClassName
{
background-color: #6343CE;
}
</style>
border-color css
<style>
span { border-color: #6343CE; }
span { border-color: rgb(99,67,206); }
td.TdClassName
{
border-color: #6343CE;
}
.TagClassName
{
border-color: #6343CE;
}
</style>