Shades of Slate Blue #6347CE
Tints of Slate Blue #6347CE
RGB
CMYK
RGB Variations
Color information
#6347CE (or 0x6347CE) is known color: Slate Blue. HEX triplet: 63, 47 and CE. RGB value is (99,71,206). Sum of RGB (Red+Green+Blue) = 99+71+206=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6347CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6347CE is #9CB831. Grayscale: #5E5E5E. Windows color (decimal): -10270770 or 13518691. OLE color: 13518691.
HSL color Cylindrical-coordinate representation of color #6347CE: hue angle of 252.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6347CE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 71 | 206 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.19 |
| HSL | 252.44º | 0.58% | 0.54% | - |
| HSV(B) | 252.44º | 0.66% | 0.81% | - |
| XYZ | 18.54 | 11.62 | 59.66 | - |
| YUV | 94.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 206 | 0.52 | 0.66 | 0 | 0.19 | 252.44 | 0.58 | 0.54 |
| Hex | 63 | 47 | CE | 34 | 42 | 0 | 13 | FC | 3A | 36 |
| Octal | 143 | 107 | 316 | 64 | 102 | 0 | 23 | 374 | 72 | 66 |
| Binary | 1100011 | 1000111 | 11001110 | 110100 | 1000010 | 0 | 10011 | 11111100 | 111010 | 110110 |
Color Harmonies of #6347CE
Complementary color
Monochromatic Colors of #6347CE
Black with #6347CE
Text Example
Text Example
White with #6347CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6347CE; }
p { color: rgb(99,71,206); }
H1.HeaderClassName
{
color: #6347CE;
}
.AnyTagClassName
{
color: #6347CE;
}
</style>
background-color css
<style>
a { background-color: #6347CE; }
a { background-color: rgb(99,71,206); }
div.DivClassName
{
background-color: #6347CE;
}
.BgClassName
{
background-color: #6347CE;
}
</style>
border-color css
<style>
span { border-color: #6347CE; }
span { border-color: rgb(99,71,206); }
td.TdClassName
{
border-color: #6347CE;
}
.TagClassName
{
border-color: #6347CE;
}
</style>