Shades of Slate Blue #6362CF
Tints of Slate Blue #6362CF
RGB
CMYK
RGB Variations
Color information
#6362CF (or 0x6362CF) is known color: Slate Blue. HEX triplet: 63, 62 and CF. RGB value is (99,98,207). Sum of RGB (Red+Green+Blue) = 99+98+207=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #6362CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6362CF is #9C9D30. Grayscale: #6E6E6E. Windows color (decimal): -10263857 or 13591139. OLE color: 13591139.
HSL color Cylindrical-coordinate representation of color #6362CF: hue angle of 240.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6362CF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 98 | 207 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.19 |
| HSL | 240.55º | 0.53% | 0.6% | - |
| HSV(B) | 240.55º | 0.53% | 0.81% | - |
| XYZ | 20.78 | 15.89 | 61 | - |
| YUV | 110.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 207 | 0.52 | 0.53 | 0 | 0.19 | 240.55 | 0.53 | 0.6 |
| Hex | 63 | 62 | CF | 34 | 35 | 0 | 13 | F1 | 35 | 3C |
| Octal | 143 | 142 | 317 | 64 | 65 | 0 | 23 | 361 | 65 | 74 |
| Binary | 1100011 | 1100010 | 11001111 | 110100 | 110101 | 0 | 10011 | 11110001 | 110101 | 111100 |
Color Harmonies of #6362CF
Complementary color
Monochromatic Colors of #6362CF
Black with #6362CF
Text Example
Text Example
White with #6362CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6362CF; }
p { color: rgb(99,98,207); }
H1.HeaderClassName
{
color: #6362CF;
}
.AnyTagClassName
{
color: #6362CF;
}
</style>
background-color css
<style>
a { background-color: #6362CF; }
a { background-color: rgb(99,98,207); }
div.DivClassName
{
background-color: #6362CF;
}
.BgClassName
{
background-color: #6362CF;
}
</style>
border-color css
<style>
span { border-color: #6362CF; }
span { border-color: rgb(99,98,207); }
td.TdClassName
{
border-color: #6362CF;
}
.TagClassName
{
border-color: #6362CF;
}
</style>