Shades of Slate Blue #6355CD
Tints of Slate Blue #6355CD
RGB
CMYK
RGB Variations
Color information
#6355CD (or 0x6355CD) is known color: Slate Blue. HEX triplet: 63, 55 and CD. RGB value is (99,85,205). Sum of RGB (Red+Green+Blue) = 99+85+205=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #6355CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355CD is #9CAA32. Grayscale: #666666. Windows color (decimal): -10267187 or 13456739. OLE color: 13456739.
HSL color Cylindrical-coordinate representation of color #6355CD: hue angle of 247º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6355CD is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 85 | 205 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.20 |
| HSL | 247º | 0.55% | 0.57% | - |
| HSV(B) | 247º | 0.59% | 0.8% | - |
| XYZ | 19.41 | 13.56 | 59.35 | - |
| YUV | 102.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 205 | 0.52 | 0.59 | 0 | 0.20 | 247 | 0.55 | 0.57 |
| Hex | 63 | 55 | CD | 34 | 3B | 0 | 14 | F7 | 37 | 39 |
| Octal | 143 | 125 | 315 | 64 | 73 | 0 | 24 | 367 | 67 | 71 |
| Binary | 1100011 | 1010101 | 11001101 | 110100 | 111011 | 0 | 10100 | 11110111 | 110111 | 111001 |
Color Harmonies of #6355CD
Complementary color
Monochromatic Colors of #6355CD
Black with #6355CD
Text Example
Text Example
White with #6355CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355CD; }
p { color: rgb(99,85,205); }
H1.HeaderClassName
{
color: #6355CD;
}
.AnyTagClassName
{
color: #6355CD;
}
</style>
background-color css
<style>
a { background-color: #6355CD; }
a { background-color: rgb(99,85,205); }
div.DivClassName
{
background-color: #6355CD;
}
.BgClassName
{
background-color: #6355CD;
}
</style>
border-color css
<style>
span { border-color: #6355CD; }
span { border-color: rgb(99,85,205); }
td.TdClassName
{
border-color: #6355CD;
}
.TagClassName
{
border-color: #6355CD;
}
</style>