Shades of Slate Blue #6142CF
Tints of Slate Blue #6142CF
RGB
CMYK
RGB Variations
Color information
#6142CF (or 0x6142CF) is known color: Slate Blue. HEX triplet: 61, 42 and CF. RGB value is (97,66,207). Sum of RGB (Red+Green+Blue) = 97+66+207=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #6142CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6142CF is #9EBD30. Grayscale: #5A5A5A. Windows color (decimal): -10403121 or 13582945. OLE color: 13582945.
HSL color Cylindrical-coordinate representation of color #6142CF: hue angle of 253.19º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6142CF is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 66 | 207 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.19 |
| HSL | 253.19º | 0.59% | 0.54% | - |
| HSV(B) | 253.19º | 0.68% | 0.81% | - |
| XYZ | 18.14 | 10.94 | 60.19 | - |
| YUV | 91.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 207 | 0.53 | 0.68 | 0 | 0.19 | 253.19 | 0.59 | 0.54 |
| Hex | 61 | 42 | CF | 35 | 44 | 0 | 13 | FD | 3B | 36 |
| Octal | 141 | 102 | 317 | 65 | 104 | 0 | 23 | 375 | 73 | 66 |
| Binary | 1100001 | 1000010 | 11001111 | 110101 | 1000100 | 0 | 10011 | 11111101 | 111011 | 110110 |
Color Harmonies of #6142CF
Complementary color
Monochromatic Colors of #6142CF
Black with #6142CF
Text Example
Text Example
White with #6142CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6142CF; }
p { color: rgb(97,66,207); }
H1.HeaderClassName
{
color: #6142CF;
}
.AnyTagClassName
{
color: #6142CF;
}
</style>
background-color css
<style>
a { background-color: #6142CF; }
a { background-color: rgb(97,66,207); }
div.DivClassName
{
background-color: #6142CF;
}
.BgClassName
{
background-color: #6142CF;
}
</style>
border-color css
<style>
span { border-color: #6142CF; }
span { border-color: rgb(97,66,207); }
td.TdClassName
{
border-color: #6142CF;
}
.TagClassName
{
border-color: #6142CF;
}
</style>