Shades of Slate Blue #6168E1
Tints of Slate Blue #6168E1
RGB
CMYK
RGB Variations
Color information
#6168E1 (or 0x6168E1) is known color: Slate Blue. HEX triplet: 61, 68 and E1. RGB value is (97,104,225). Sum of RGB (Red+Green+Blue) = 97+104+225=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #6168E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168E1 is #9E971E. Grayscale: #737373. Windows color (decimal): -10393375 or 14772321. OLE color: 14772321.
HSL color Cylindrical-coordinate representation of color #6168E1: hue angle of 236.72º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6168E1 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 104 | 225 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.12 |
| HSL | 236.72º | 0.68% | 0.63% | - |
| HSV(B) | 236.72º | 0.57% | 0.88% | - |
| XYZ | 23.47 | 17.88 | 73.45 | - |
| YUV | 115.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 225 | 0.57 | 0.54 | 0 | 0.12 | 236.72 | 0.68 | 0.63 |
| Hex | 61 | 68 | E1 | 39 | 36 | 0 | C | ED | 44 | 3F |
| Octal | 141 | 150 | 341 | 71 | 66 | 0 | 14 | 355 | 104 | 77 |
| Binary | 1100001 | 1101000 | 11100001 | 111001 | 110110 | 0 | 1100 | 11101101 | 1000100 | 111111 |
Color Harmonies of #6168E1
Complementary color
Monochromatic Colors of #6168E1
Black with #6168E1
Text Example
Text Example
White with #6168E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168E1; }
p { color: rgb(97,104,225); }
H1.HeaderClassName
{
color: #6168E1;
}
.AnyTagClassName
{
color: #6168E1;
}
</style>
background-color css
<style>
a { background-color: #6168E1; }
a { background-color: rgb(97,104,225); }
div.DivClassName
{
background-color: #6168E1;
}
.BgClassName
{
background-color: #6168E1;
}
</style>
border-color css
<style>
span { border-color: #6168E1; }
span { border-color: rgb(97,104,225); }
td.TdClassName
{
border-color: #6168E1;
}
.TagClassName
{
border-color: #6168E1;
}
</style>