Shades of Slate Blue #6143CB
Tints of Slate Blue #6143CB
RGB
CMYK
RGB Variations
Color information
#6143CB (or 0x6143CB) is known color: Slate Blue. HEX triplet: 61, 43 and CB. RGB value is (97,67,203). Sum of RGB (Red+Green+Blue) = 97+67+203=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #6143CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6143CB is #9EBC34. Grayscale: #5A5A5A. Windows color (decimal): -10402869 or 13321057. OLE color: 13321057.
HSL color Cylindrical-coordinate representation of color #6143CB: hue angle of 253.24º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6143CB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 67 | 203 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.20 |
| HSL | 253.24º | 0.57% | 0.53% | - |
| HSV(B) | 253.24º | 0.67% | 0.8% | - |
| XYZ | 17.72 | 10.87 | 57.66 | - |
| YUV | 91.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 203 | 0.52 | 0.67 | 0 | 0.20 | 253.24 | 0.57 | 0.53 |
| Hex | 61 | 43 | CB | 34 | 43 | 0 | 14 | FD | 39 | 35 |
| Octal | 141 | 103 | 313 | 64 | 103 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1100001 | 1000011 | 11001011 | 110100 | 1000011 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #6143CB
Complementary color
Monochromatic Colors of #6143CB
Black with #6143CB
Text Example
Text Example
White with #6143CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143CB; }
p { color: rgb(97,67,203); }
H1.HeaderClassName
{
color: #6143CB;
}
.AnyTagClassName
{
color: #6143CB;
}
</style>
background-color css
<style>
a { background-color: #6143CB; }
a { background-color: rgb(97,67,203); }
div.DivClassName
{
background-color: #6143CB;
}
.BgClassName
{
background-color: #6143CB;
}
</style>
border-color css
<style>
span { border-color: #6143CB; }
span { border-color: rgb(97,67,203); }
td.TdClassName
{
border-color: #6143CB;
}
.TagClassName
{
border-color: #6143CB;
}
</style>