Shades of Slate Blue #6357CF
Tints of Slate Blue #6357CF
RGB
CMYK
RGB Variations
Color information
#6357CF (or 0x6357CF) is known color: Slate Blue. HEX triplet: 63, 57 and CF. RGB value is (99,87,207). Sum of RGB (Red+Green+Blue) = 99+87+207=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #6357CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357CF is #9CA830. Grayscale: #676767. Windows color (decimal): -10266673 or 13588323. OLE color: 13588323.
HSL color Cylindrical-coordinate representation of color #6357CF: hue angle of 246º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6357CF is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 87 | 207 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.19 |
| HSL | 246º | 0.56% | 0.58% | - |
| HSV(B) | 246º | 0.58% | 0.81% | - |
| XYZ | 19.82 | 13.97 | 60.68 | - |
| YUV | 104.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 207 | 0.52 | 0.58 | 0 | 0.19 | 246 | 0.56 | 0.58 |
| Hex | 63 | 57 | CF | 34 | 3A | 0 | 13 | F6 | 38 | 3A |
| Octal | 143 | 127 | 317 | 64 | 72 | 0 | 23 | 366 | 70 | 72 |
| Binary | 1100011 | 1010111 | 11001111 | 110100 | 111010 | 0 | 10011 | 11110110 | 111000 | 111010 |
Color Harmonies of #6357CF
Complementary color
Monochromatic Colors of #6357CF
Black with #6357CF
Text Example
Text Example
White with #6357CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357CF; }
p { color: rgb(99,87,207); }
H1.HeaderClassName
{
color: #6357CF;
}
.AnyTagClassName
{
color: #6357CF;
}
</style>
background-color css
<style>
a { background-color: #6357CF; }
a { background-color: rgb(99,87,207); }
div.DivClassName
{
background-color: #6357CF;
}
.BgClassName
{
background-color: #6357CF;
}
</style>
border-color css
<style>
span { border-color: #6357CF; }
span { border-color: rgb(99,87,207); }
td.TdClassName
{
border-color: #6357CF;
}
.TagClassName
{
border-color: #6357CF;
}
</style>