Shades of Slate Blue #6357D2
Tints of Slate Blue #6357D2
RGB
CMYK
RGB Variations
Color information
#6357D2 (or 0x6357D2) is known color: Slate Blue. HEX triplet: 63, 57 and D2. RGB value is (99,87,210). Sum of RGB (Red+Green+Blue) = 99+87+210=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #6357D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357D2 is #9CA82D. Grayscale: #686868. Windows color (decimal): -10266670 or 13784931. OLE color: 13784931.
HSL color Cylindrical-coordinate representation of color #6357D2: hue angle of 245.85º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6357D2 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 87 | 210 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.18 |
| HSL | 245.85º | 0.58% | 0.58% | - |
| HSV(B) | 245.85º | 0.59% | 0.82% | - |
| XYZ | 20.19 | 14.12 | 62.63 | - |
| YUV | 104.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 210 | 0.53 | 0.59 | 0 | 0.18 | 245.85 | 0.58 | 0.58 |
| Hex | 63 | 57 | D2 | 35 | 3B | 0 | 12 | F6 | 3A | 3A |
| Octal | 143 | 127 | 322 | 65 | 73 | 0 | 22 | 366 | 72 | 72 |
| Binary | 1100011 | 1010111 | 11010010 | 110101 | 111011 | 0 | 10010 | 11110110 | 111010 | 111010 |
Color Harmonies of #6357D2
Complementary color
Monochromatic Colors of #6357D2
Black with #6357D2
Text Example
Text Example
White with #6357D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357D2; }
p { color: rgb(99,87,210); }
H1.HeaderClassName
{
color: #6357D2;
}
.AnyTagClassName
{
color: #6357D2;
}
</style>
background-color css
<style>
a { background-color: #6357D2; }
a { background-color: rgb(99,87,210); }
div.DivClassName
{
background-color: #6357D2;
}
.BgClassName
{
background-color: #6357D2;
}
</style>
border-color css
<style>
span { border-color: #6357D2; }
span { border-color: rgb(99,87,210); }
td.TdClassName
{
border-color: #6357D2;
}
.TagClassName
{
border-color: #6357D2;
}
</style>