Shades of Slate Blue #5F69DB
Tints of Slate Blue #5F69DB
RGB
CMYK
RGB Variations
Color information
#5F69DB (or 0x5F69DB) is known color: Slate Blue. HEX triplet: 5F, 69 and DB. RGB value is (95,105,219). Sum of RGB (Red+Green+Blue) = 95+105+219=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F69DB is #A09624. Grayscale: #727272. Windows color (decimal): -10524197 or 14379359. OLE color: 14379359.
HSL color Cylindrical-coordinate representation of color #5F69DB: hue angle of 235.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F69DB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 105 | 219 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.14 |
| HSL | 235.16º | 0.63% | 0.62% | - |
| HSV(B) | 235.16º | 0.57% | 0.86% | - |
| XYZ | 22.56 | 17.65 | 69.24 | - |
| YUV | 115.01 | 186.69 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 219 | 0.57 | 0.52 | 0 | 0.14 | 235.16 | 0.63 | 0.62 |
| Hex | 5F | 69 | DB | 39 | 34 | 0 | E | EB | 3F | 3E |
| Octal | 137 | 151 | 333 | 71 | 64 | 0 | 16 | 353 | 77 | 76 |
| Binary | 1011111 | 1101001 | 11011011 | 111001 | 110100 | 0 | 1110 | 11101011 | 111111 | 111110 |
Color Harmonies of #5F69DB
Complementary color
Monochromatic Colors of #5F69DB
Black with #5F69DB
Text Example
Text Example
White with #5F69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F69DB; }
p { color: rgb(95,105,219); }
H1.HeaderClassName
{
color: #5F69DB;
}
.AnyTagClassName
{
color: #5F69DB;
}
</style>
background-color css
<style>
a { background-color: #5F69DB; }
a { background-color: rgb(95,105,219); }
div.DivClassName
{
background-color: #5F69DB;
}
.BgClassName
{
background-color: #5F69DB;
}
</style>
border-color css
<style>
span { border-color: #5F69DB; }
span { border-color: rgb(95,105,219); }
td.TdClassName
{
border-color: #5F69DB;
}
.TagClassName
{
border-color: #5F69DB;
}
</style>