Shades of Slate Blue #6269DB
Tints of Slate Blue #6269DB
RGB
CMYK
RGB Variations
Color information
#6269DB (or 0x6269DB) is known color: Slate Blue. HEX triplet: 62, 69 and DB. RGB value is (98,105,219). Sum of RGB (Red+Green+Blue) = 98+105+219=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6269DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269DB is #9D9624. Grayscale: #737373. Windows color (decimal): -10327589 or 14379362. OLE color: 14379362.
HSL color Cylindrical-coordinate representation of color #6269DB: hue angle of 236.53º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6269DB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 105 | 219 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.14 |
| HSL | 236.53º | 0.63% | 0.62% | - |
| HSV(B) | 236.53º | 0.55% | 0.86% | - |
| XYZ | 22.87 | 17.81 | 69.25 | - |
| YUV | 115.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 219 | 0.55 | 0.52 | 0 | 0.14 | 236.53 | 0.63 | 0.62 |
| Hex | 62 | 69 | DB | 37 | 34 | 0 | E | ED | 3F | 3E |
| Octal | 142 | 151 | 333 | 67 | 64 | 0 | 16 | 355 | 77 | 76 |
| Binary | 1100010 | 1101001 | 11011011 | 110111 | 110100 | 0 | 1110 | 11101101 | 111111 | 111110 |
Color Harmonies of #6269DB
Complementary color
Monochromatic Colors of #6269DB
Black with #6269DB
Text Example
Text Example
White with #6269DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6269DB; }
p { color: rgb(98,105,219); }
H1.HeaderClassName
{
color: #6269DB;
}
.AnyTagClassName
{
color: #6269DB;
}
</style>
background-color css
<style>
a { background-color: #6269DB; }
a { background-color: rgb(98,105,219); }
div.DivClassName
{
background-color: #6269DB;
}
.BgClassName
{
background-color: #6269DB;
}
</style>
border-color css
<style>
span { border-color: #6269DB; }
span { border-color: rgb(98,105,219); }
td.TdClassName
{
border-color: #6269DB;
}
.TagClassName
{
border-color: #6269DB;
}
</style>