Shades of Slate Blue #6355C7
Tints of Slate Blue #6355C7
RGB
CMYK
RGB Variations
Color information
#6355C7 (or 0x6355C7) is known color: Slate Blue. HEX triplet: 63, 55 and C7. RGB value is (99,85,199). Sum of RGB (Red+Green+Blue) = 99+85+199=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #6355C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355C7 is #9CAA38. Grayscale: #656565. Windows color (decimal): -10267193 or 13063523. OLE color: 13063523.
HSL color Cylindrical-coordinate representation of color #6355C7: hue angle of 247.37º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6355C7 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 85 | 199 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.22 |
| HSL | 247.37º | 0.5% | 0.56% | - |
| HSV(B) | 247.37º | 0.57% | 0.78% | - |
| XYZ | 18.7 | 13.27 | 55.61 | - |
| YUV | 102.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 199 | 0.50 | 0.57 | 0 | 0.22 | 247.37 | 0.5 | 0.56 |
| Hex | 63 | 55 | C7 | 32 | 39 | 0 | 16 | F7 | 32 | 38 |
| Octal | 143 | 125 | 307 | 62 | 71 | 0 | 26 | 367 | 62 | 70 |
| Binary | 1100011 | 1010101 | 11000111 | 110010 | 111001 | 0 | 10110 | 11110111 | 110010 | 111000 |
Color Harmonies of #6355C7
Complementary color
Monochromatic Colors of #6355C7
Black with #6355C7
Text Example
Text Example
White with #6355C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355C7; }
p { color: rgb(99,85,199); }
H1.HeaderClassName
{
color: #6355C7;
}
.AnyTagClassName
{
color: #6355C7;
}
</style>
background-color css
<style>
a { background-color: #6355C7; }
a { background-color: rgb(99,85,199); }
div.DivClassName
{
background-color: #6355C7;
}
.BgClassName
{
background-color: #6355C7;
}
</style>
border-color css
<style>
span { border-color: #6355C7; }
span { border-color: rgb(99,85,199); }
td.TdClassName
{
border-color: #6355C7;
}
.TagClassName
{
border-color: #6355C7;
}
</style>