Shades of Slate Blue #6169DB
Tints of Slate Blue #6169DB
RGB
CMYK
RGB Variations
Color information
#6169DB (or 0x6169DB) is known color: Slate Blue. HEX triplet: 61, 69 and DB. RGB value is (97,105,219). Sum of RGB (Red+Green+Blue) = 97+105+219=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #6169DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169DB is #9E9624. Grayscale: #737373. Windows color (decimal): -10393125 or 14379361. OLE color: 14379361.
HSL color Cylindrical-coordinate representation of color #6169DB: hue angle of 236.07º 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 #6169DB is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 105 | 219 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.14 |
| HSL | 236.07º | 0.63% | 0.62% | - |
| HSV(B) | 236.07º | 0.56% | 0.86% | - |
| XYZ | 22.77 | 17.76 | 69.25 | - |
| YUV | 115.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 219 | 0.56 | 0.52 | 0 | 0.14 | 236.07 | 0.63 | 0.62 |
| Hex | 61 | 69 | DB | 38 | 34 | 0 | E | EC | 3F | 3E |
| Octal | 141 | 151 | 333 | 70 | 64 | 0 | 16 | 354 | 77 | 76 |
| Binary | 1100001 | 1101001 | 11011011 | 111000 | 110100 | 0 | 1110 | 11101100 | 111111 | 111110 |
Color Harmonies of #6169DB
Complementary color
Monochromatic Colors of #6169DB
Black with #6169DB
Text Example
Text Example
White with #6169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6169DB; }
p { color: rgb(97,105,219); }
H1.HeaderClassName
{
color: #6169DB;
}
.AnyTagClassName
{
color: #6169DB;
}
</style>
background-color css
<style>
a { background-color: #6169DB; }
a { background-color: rgb(97,105,219); }
div.DivClassName
{
background-color: #6169DB;
}
.BgClassName
{
background-color: #6169DB;
}
</style>
border-color css
<style>
span { border-color: #6169DB; }
span { border-color: rgb(97,105,219); }
td.TdClassName
{
border-color: #6169DB;
}
.TagClassName
{
border-color: #6169DB;
}
</style>