Shades of Slate Blue #6355C0
Tints of Slate Blue #6355C0
RGB
CMYK
RGB Variations
Color information
#6355C0 (or 0x6355C0) is known color: Slate Blue. HEX triplet: 63, 55 and C0. RGB value is (99,85,192). Sum of RGB (Red+Green+Blue) = 99+85+192=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #6355C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355C0 is #9CAA3F. Grayscale: #646464. Windows color (decimal): -10267200 or 12604771. OLE color: 12604771.
HSL color Cylindrical-coordinate representation of color #6355C0: hue angle of 247.85º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6355C0 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 85 | 192 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.25 |
| HSL | 247.85º | 0.46% | 0.54% | - |
| HSV(B) | 247.85º | 0.56% | 0.75% | - |
| XYZ | 17.91 | 12.96 | 51.43 | - |
| YUV | 101.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 192 | 0.48 | 0.56 | 0 | 0.25 | 247.85 | 0.46 | 0.54 |
| Hex | 63 | 55 | C0 | 30 | 38 | 0 | 19 | F8 | 2E | 36 |
| Octal | 143 | 125 | 300 | 60 | 70 | 0 | 31 | 370 | 56 | 66 |
| Binary | 1100011 | 1010101 | 11000000 | 110000 | 111000 | 0 | 11001 | 11111000 | 101110 | 110110 |
Color Harmonies of #6355C0
Complementary color
Monochromatic Colors of #6355C0
Black with #6355C0
Text Example
Text Example
White with #6355C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355C0; }
p { color: rgb(99,85,192); }
H1.HeaderClassName
{
color: #6355C0;
}
.AnyTagClassName
{
color: #6355C0;
}
</style>
background-color css
<style>
a { background-color: #6355C0; }
a { background-color: rgb(99,85,192); }
div.DivClassName
{
background-color: #6355C0;
}
.BgClassName
{
background-color: #6355C0;
}
</style>
border-color css
<style>
span { border-color: #6355C0; }
span { border-color: rgb(99,85,192); }
td.TdClassName
{
border-color: #6355C0;
}
.TagClassName
{
border-color: #6355C0;
}
</style>