Shades of Slate Blue #6350CB
Tints of Slate Blue #6350CB
RGB
CMYK
RGB Variations
Color information
#6350CB (or 0x6350CB) is known color: Slate Blue. HEX triplet: 63, 50 and CB. RGB value is (99,80,203). Sum of RGB (Red+Green+Blue) = 99+80+203=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #6350CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350CB is #9CAF34. Grayscale: #636363. Windows color (decimal): -10268469 or 13324387. OLE color: 13324387.
HSL color Cylindrical-coordinate representation of color #6350CB: hue angle of 249.27º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6350CB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 80 | 203 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.20 |
| HSL | 249.27º | 0.54% | 0.55% | - |
| HSV(B) | 249.27º | 0.61% | 0.8% | - |
| XYZ | 18.79 | 12.7 | 57.96 | - |
| YUV | 99.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 203 | 0.51 | 0.61 | 0 | 0.20 | 249.27 | 0.54 | 0.55 |
| Hex | 63 | 50 | CB | 33 | 3D | 0 | 14 | F9 | 36 | 37 |
| Octal | 143 | 120 | 313 | 63 | 75 | 0 | 24 | 371 | 66 | 67 |
| Binary | 1100011 | 1010000 | 11001011 | 110011 | 111101 | 0 | 10100 | 11111001 | 110110 | 110111 |
Color Harmonies of #6350CB
Complementary color
Monochromatic Colors of #6350CB
Black with #6350CB
Text Example
Text Example
White with #6350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350CB; }
p { color: rgb(99,80,203); }
H1.HeaderClassName
{
color: #6350CB;
}
.AnyTagClassName
{
color: #6350CB;
}
</style>
background-color css
<style>
a { background-color: #6350CB; }
a { background-color: rgb(99,80,203); }
div.DivClassName
{
background-color: #6350CB;
}
.BgClassName
{
background-color: #6350CB;
}
</style>
border-color css
<style>
span { border-color: #6350CB; }
span { border-color: rgb(99,80,203); }
td.TdClassName
{
border-color: #6350CB;
}
.TagClassName
{
border-color: #6350CB;
}
</style>