Shades of Slate Blue #6168DB
Tints of Slate Blue #6168DB
RGB
CMYK
RGB Variations
Color information
#6168DB (or 0x6168DB) is known color: Slate Blue. HEX triplet: 61, 68 and DB. RGB value is (97,104,219). Sum of RGB (Red+Green+Blue) = 97+104+219=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6168DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168DB is #9E9724. Grayscale: #727272. Windows color (decimal): -10393381 or 14379105. OLE color: 14379105.
HSL color Cylindrical-coordinate representation of color #6168DB: hue angle of 236.56º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6168DB is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 104 | 219 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.14 |
| HSL | 236.56º | 0.63% | 0.62% | - |
| HSV(B) | 236.56º | 0.56% | 0.86% | - |
| XYZ | 22.67 | 17.56 | 69.21 | - |
| YUV | 115.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 219 | 0.56 | 0.53 | 0 | 0.14 | 236.56 | 0.63 | 0.62 |
| Hex | 61 | 68 | DB | 38 | 35 | 0 | E | ED | 3F | 3E |
| Octal | 141 | 150 | 333 | 70 | 65 | 0 | 16 | 355 | 77 | 76 |
| Binary | 1100001 | 1101000 | 11011011 | 111000 | 110101 | 0 | 1110 | 11101101 | 111111 | 111110 |
Color Harmonies of #6168DB
Complementary color
Monochromatic Colors of #6168DB
Black with #6168DB
Text Example
Text Example
White with #6168DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168DB; }
p { color: rgb(97,104,219); }
H1.HeaderClassName
{
color: #6168DB;
}
.AnyTagClassName
{
color: #6168DB;
}
</style>
background-color css
<style>
a { background-color: #6168DB; }
a { background-color: rgb(97,104,219); }
div.DivClassName
{
background-color: #6168DB;
}
.BgClassName
{
background-color: #6168DB;
}
</style>
border-color css
<style>
span { border-color: #6168DB; }
span { border-color: rgb(97,104,219); }
td.TdClassName
{
border-color: #6168DB;
}
.TagClassName
{
border-color: #6168DB;
}
</style>