Shades of Slate Blue #6353CB
Tints of Slate Blue #6353CB
RGB
CMYK
RGB Variations
Color information
#6353CB (or 0x6353CB) is known color: Slate Blue. HEX triplet: 63, 53 and CB. RGB value is (99,83,203). Sum of RGB (Red+Green+Blue) = 99+83+203=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #6353CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353CB is #9CAC34. Grayscale: #656565. Windows color (decimal): -10267701 or 13325155. OLE color: 13325155.
HSL color Cylindrical-coordinate representation of color #6353CB: hue angle of 248º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6353CB is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 83 | 203 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.20 |
| HSL | 248º | 0.54% | 0.56% | - |
| HSV(B) | 248º | 0.59% | 0.8% | - |
| XYZ | 19.02 | 13.15 | 58.04 | - |
| YUV | 101.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 203 | 0.51 | 0.59 | 0 | 0.20 | 248 | 0.54 | 0.56 |
| Hex | 63 | 53 | CB | 33 | 3B | 0 | 14 | F8 | 36 | 38 |
| Octal | 143 | 123 | 313 | 63 | 73 | 0 | 24 | 370 | 66 | 70 |
| Binary | 1100011 | 1010011 | 11001011 | 110011 | 111011 | 0 | 10100 | 11111000 | 110110 | 111000 |
Color Harmonies of #6353CB
Complementary color
Monochromatic Colors of #6353CB
Black with #6353CB
Text Example
Text Example
White with #6353CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353CB; }
p { color: rgb(99,83,203); }
H1.HeaderClassName
{
color: #6353CB;
}
.AnyTagClassName
{
color: #6353CB;
}
</style>
background-color css
<style>
a { background-color: #6353CB; }
a { background-color: rgb(99,83,203); }
div.DivClassName
{
background-color: #6353CB;
}
.BgClassName
{
background-color: #6353CB;
}
</style>
border-color css
<style>
span { border-color: #6353CB; }
span { border-color: rgb(99,83,203); }
td.TdClassName
{
border-color: #6353CB;
}
.TagClassName
{
border-color: #6353CB;
}
</style>