Shades of Slate Blue #6143CC
Tints of Slate Blue #6143CC
RGB
CMYK
RGB Variations
Color information
#6143CC (or 0x6143CC) is known color: Slate Blue. HEX triplet: 61, 43 and CC. RGB value is (97,67,204). Sum of RGB (Red+Green+Blue) = 97+67+204=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #6143CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6143CC is #9EBC33. Grayscale: #5B5B5B. Windows color (decimal): -10402868 or 13386593. OLE color: 13386593.
HSL color Cylindrical-coordinate representation of color #6143CC: hue angle of 253.14º 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 #6143CC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 67 | 204 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.2 |
| HSL | 253.14º | 0.57% | 0.53% | - |
| HSV(B) | 253.14º | 0.67% | 0.8% | - |
| XYZ | 17.84 | 10.92 | 58.29 | - |
| YUV | 91.59 | 191.44 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 204 | 0.52 | 0.67 | 0 | 0.2 | 253.14 | 0.57 | 0.53 |
| Hex | 61 | 43 | CC | 34 | 43 | 0 | 14 | FD | 39 | 35 |
| Octal | 141 | 103 | 314 | 64 | 103 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1100001 | 1000011 | 11001100 | 110100 | 1000011 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #6143CC
Complementary color
Monochromatic Colors of #6143CC
Black with #6143CC
Text Example
Text Example
White with #6143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143CC; }
p { color: rgb(97,67,204); }
H1.HeaderClassName
{
color: #6143CC;
}
.AnyTagClassName
{
color: #6143CC;
}
</style>
background-color css
<style>
a { background-color: #6143CC; }
a { background-color: rgb(97,67,204); }
div.DivClassName
{
background-color: #6143CC;
}
.BgClassName
{
background-color: #6143CC;
}
</style>
border-color css
<style>
span { border-color: #6143CC; }
span { border-color: rgb(97,67,204); }
td.TdClassName
{
border-color: #6143CC;
}
.TagClassName
{
border-color: #6143CC;
}
</style>