Shades of Slate Blue #6370DC
Tints of Slate Blue #6370DC
RGB
CMYK
RGB Variations
Color information
#6370DC (or 0x6370DC) is known color: Slate Blue. HEX triplet: 63, 70 and DC. RGB value is (99,112,220). Sum of RGB (Red+Green+Blue) = 99+112+220=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #6370DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370DC is #9C8F23. Grayscale: #777777. Windows color (decimal): -10260260 or 14446691. OLE color: 14446691.
HSL color Cylindrical-coordinate representation of color #6370DC: hue angle of 233.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6370DC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 112 | 220 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.14 |
| HSL | 233.55º | 0.63% | 0.63% | - |
| HSV(B) | 233.55º | 0.55% | 0.86% | - |
| XYZ | 23.86 | 19.41 | 70.2 | - |
| YUV | 120.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 220 | 0.55 | 0.49 | 0 | 0.14 | 233.55 | 0.63 | 0.63 |
| Hex | 63 | 70 | DC | 37 | 31 | 0 | E | EA | 3F | 3F |
| Octal | 143 | 160 | 334 | 67 | 61 | 0 | 16 | 352 | 77 | 77 |
| Binary | 1100011 | 1110000 | 11011100 | 110111 | 110001 | 0 | 1110 | 11101010 | 111111 | 111111 |
Color Harmonies of #6370DC
Complementary color
Monochromatic Colors of #6370DC
Black with #6370DC
Text Example
Text Example
White with #6370DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370DC; }
p { color: rgb(99,112,220); }
H1.HeaderClassName
{
color: #6370DC;
}
.AnyTagClassName
{
color: #6370DC;
}
</style>
background-color css
<style>
a { background-color: #6370DC; }
a { background-color: rgb(99,112,220); }
div.DivClassName
{
background-color: #6370DC;
}
.BgClassName
{
background-color: #6370DC;
}
</style>
border-color css
<style>
span { border-color: #6370DC; }
span { border-color: rgb(99,112,220); }
td.TdClassName
{
border-color: #6370DC;
}
.TagClassName
{
border-color: #6370DC;
}
</style>