Shades of Slate Blue #6355CE
Tints of Slate Blue #6355CE
RGB
CMYK
RGB Variations
Color information
#6355CE (or 0x6355CE) is known color: Slate Blue. HEX triplet: 63, 55 and CE. RGB value is (99,85,206). Sum of RGB (Red+Green+Blue) = 99+85+206=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #6355CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355CE is #9CAA31. Grayscale: #666666. Windows color (decimal): -10267186 or 13522275. OLE color: 13522275.
HSL color Cylindrical-coordinate representation of color #6355CE: hue angle of 246.94º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6355CE is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 85 | 206 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.19 |
| HSL | 246.94º | 0.55% | 0.57% | - |
| HSV(B) | 246.94º | 0.59% | 0.81% | - |
| XYZ | 19.53 | 13.61 | 59.99 | - |
| YUV | 102.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 206 | 0.52 | 0.59 | 0 | 0.19 | 246.94 | 0.55 | 0.57 |
| Hex | 63 | 55 | CE | 34 | 3B | 0 | 13 | F7 | 37 | 39 |
| Octal | 143 | 125 | 316 | 64 | 73 | 0 | 23 | 367 | 67 | 71 |
| Binary | 1100011 | 1010101 | 11001110 | 110100 | 111011 | 0 | 10011 | 11110111 | 110111 | 111001 |
Color Harmonies of #6355CE
Complementary color
Monochromatic Colors of #6355CE
Black with #6355CE
Text Example
Text Example
White with #6355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355CE; }
p { color: rgb(99,85,206); }
H1.HeaderClassName
{
color: #6355CE;
}
.AnyTagClassName
{
color: #6355CE;
}
</style>
background-color css
<style>
a { background-color: #6355CE; }
a { background-color: rgb(99,85,206); }
div.DivClassName
{
background-color: #6355CE;
}
.BgClassName
{
background-color: #6355CE;
}
</style>
border-color css
<style>
span { border-color: #6355CE; }
span { border-color: rgb(99,85,206); }
td.TdClassName
{
border-color: #6355CE;
}
.TagClassName
{
border-color: #6355CE;
}
</style>