Shades of Slate Blue #6353CF
Tints of Slate Blue #6353CF
RGB
CMYK
RGB Variations
Color information
#6353CF (or 0x6353CF) is known color: Slate Blue. HEX triplet: 63, 53 and CF. RGB value is (99,83,207). Sum of RGB (Red+Green+Blue) = 99+83+207=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6353CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353CF is #9CAC30. Grayscale: #656565. Windows color (decimal): -10267697 or 13587299. OLE color: 13587299.
HSL color Cylindrical-coordinate representation of color #6353CF: hue angle of 247.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6353CF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 83 | 207 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.19 |
| HSL | 247.74º | 0.56% | 0.57% | - |
| HSV(B) | 247.74º | 0.6% | 0.81% | - |
| XYZ | 19.5 | 13.34 | 60.58 | - |
| YUV | 101.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 207 | 0.52 | 0.60 | 0 | 0.19 | 247.74 | 0.56 | 0.57 |
| Hex | 63 | 53 | CF | 34 | 3C | 0 | 13 | F8 | 38 | 39 |
| Octal | 143 | 123 | 317 | 64 | 74 | 0 | 23 | 370 | 70 | 71 |
| Binary | 1100011 | 1010011 | 11001111 | 110100 | 111100 | 0 | 10011 | 11111000 | 111000 | 111001 |
Color Harmonies of #6353CF
Complementary color
Monochromatic Colors of #6353CF
Black with #6353CF
Text Example
Text Example
White with #6353CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353CF; }
p { color: rgb(99,83,207); }
H1.HeaderClassName
{
color: #6353CF;
}
.AnyTagClassName
{
color: #6353CF;
}
</style>
background-color css
<style>
a { background-color: #6353CF; }
a { background-color: rgb(99,83,207); }
div.DivClassName
{
background-color: #6353CF;
}
.BgClassName
{
background-color: #6353CF;
}
</style>
border-color css
<style>
span { border-color: #6353CF; }
span { border-color: rgb(99,83,207); }
td.TdClassName
{
border-color: #6353CF;
}
.TagClassName
{
border-color: #6353CF;
}
</style>