Shades of Slate Blue #6142D2
Tints of Slate Blue #6142D2
RGB
CMYK
RGB Variations
Color information
#6142D2 (or 0x6142D2) is known color: Slate Blue. HEX triplet: 61, 42 and D2. RGB value is (97,66,210). Sum of RGB (Red+Green+Blue) = 97+66+210=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #6142D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6142D2 is #9EBD2D. Grayscale: #5B5B5B. Windows color (decimal): -10403118 or 13779553. OLE color: 13779553.
HSL color Cylindrical-coordinate representation of color #6142D2: hue angle of 252.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6142D2 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 66 | 210 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.18 |
| HSL | 252.92º | 0.62% | 0.54% | - |
| HSV(B) | 252.92º | 0.69% | 0.82% | - |
| XYZ | 18.51 | 11.09 | 62.14 | - |
| YUV | 91.69 | 194.77 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 210 | 0.54 | 0.69 | 0 | 0.18 | 252.92 | 0.62 | 0.54 |
| Hex | 61 | 42 | D2 | 36 | 45 | 0 | 12 | FD | 3E | 36 |
| Octal | 141 | 102 | 322 | 66 | 105 | 0 | 22 | 375 | 76 | 66 |
| Binary | 1100001 | 1000010 | 11010010 | 110110 | 1000101 | 0 | 10010 | 11111101 | 111110 | 110110 |
Color Harmonies of #6142D2
Complementary color
Monochromatic Colors of #6142D2
Black with #6142D2
Text Example
Text Example
White with #6142D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6142D2; }
p { color: rgb(97,66,210); }
H1.HeaderClassName
{
color: #6142D2;
}
.AnyTagClassName
{
color: #6142D2;
}
</style>
background-color css
<style>
a { background-color: #6142D2; }
a { background-color: rgb(97,66,210); }
div.DivClassName
{
background-color: #6142D2;
}
.BgClassName
{
background-color: #6142D2;
}
</style>
border-color css
<style>
span { border-color: #6142D2; }
span { border-color: rgb(97,66,210); }
td.TdClassName
{
border-color: #6142D2;
}
.TagClassName
{
border-color: #6142D2;
}
</style>