Shades of Slate Blue #6360CF
Tints of Slate Blue #6360CF
RGB
CMYK
RGB Variations
Color information
#6360CF (or 0x6360CF) is known color: Slate Blue. HEX triplet: 63, 60 and CF. RGB value is (99,96,207). Sum of RGB (Red+Green+Blue) = 99+96+207=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #6360CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360CF is #9C9F30. Grayscale: #6D6D6D. Windows color (decimal): -10264369 or 13590627. OLE color: 13590627.
HSL color Cylindrical-coordinate representation of color #6360CF: hue angle of 241.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6360CF is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 96 | 207 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.19 |
| HSL | 241.62º | 0.54% | 0.59% | - |
| HSV(B) | 241.62º | 0.54% | 0.81% | - |
| XYZ | 20.59 | 15.52 | 60.94 | - |
| YUV | 109.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 207 | 0.52 | 0.54 | 0 | 0.19 | 241.62 | 0.54 | 0.59 |
| Hex | 63 | 60 | CF | 34 | 36 | 0 | 13 | F2 | 36 | 3B |
| Octal | 143 | 140 | 317 | 64 | 66 | 0 | 23 | 362 | 66 | 73 |
| Binary | 1100011 | 1100000 | 11001111 | 110100 | 110110 | 0 | 10011 | 11110010 | 110110 | 111011 |
Color Harmonies of #6360CF
Complementary color
Monochromatic Colors of #6360CF
Black with #6360CF
Text Example
Text Example
White with #6360CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6360CF; }
p { color: rgb(99,96,207); }
H1.HeaderClassName
{
color: #6360CF;
}
.AnyTagClassName
{
color: #6360CF;
}
</style>
background-color css
<style>
a { background-color: #6360CF; }
a { background-color: rgb(99,96,207); }
div.DivClassName
{
background-color: #6360CF;
}
.BgClassName
{
background-color: #6360CF;
}
</style>
border-color css
<style>
span { border-color: #6360CF; }
span { border-color: rgb(99,96,207); }
td.TdClassName
{
border-color: #6360CF;
}
.TagClassName
{
border-color: #6360CF;
}
</style>