Shades of Slate Blue #6361DF
Tints of Slate Blue #6361DF
RGB
CMYK
RGB Variations
Color information
#6361DF (or 0x6361DF) is known color: Slate Blue. HEX triplet: 63, 61 and DF. RGB value is (99,97,223). Sum of RGB (Red+Green+Blue) = 99+97+223=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #6361DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361DF is #9C9E20. Grayscale: #6F6F6F. Windows color (decimal): -10264097 or 14639459. OLE color: 14639459.
HSL color Cylindrical-coordinate representation of color #6361DF: hue angle of 240.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6361DF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 97 | 223 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.13 |
| HSL | 240.95º | 0.66% | 0.63% | - |
| HSV(B) | 240.95º | 0.57% | 0.87% | - |
| XYZ | 22.74 | 16.53 | 71.8 | - |
| YUV | 111.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 223 | 0.56 | 0.57 | 0 | 0.13 | 240.95 | 0.66 | 0.63 |
| Hex | 63 | 61 | DF | 38 | 39 | 0 | D | F1 | 42 | 3F |
| Octal | 143 | 141 | 337 | 70 | 71 | 0 | 15 | 361 | 102 | 77 |
| Binary | 1100011 | 1100001 | 11011111 | 111000 | 111001 | 0 | 1101 | 11110001 | 1000010 | 111111 |
Color Harmonies of #6361DF
Complementary color
Monochromatic Colors of #6361DF
Black with #6361DF
Text Example
Text Example
White with #6361DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6361DF; }
p { color: rgb(99,97,223); }
H1.HeaderClassName
{
color: #6361DF;
}
.AnyTagClassName
{
color: #6361DF;
}
</style>
background-color css
<style>
a { background-color: #6361DF; }
a { background-color: rgb(99,97,223); }
div.DivClassName
{
background-color: #6361DF;
}
.BgClassName
{
background-color: #6361DF;
}
</style>
border-color css
<style>
span { border-color: #6361DF; }
span { border-color: rgb(99,97,223); }
td.TdClassName
{
border-color: #6361DF;
}
.TagClassName
{
border-color: #6361DF;
}
</style>