Shades of Slate Blue #6263DB
Tints of Slate Blue #6263DB
RGB
CMYK
RGB Variations
Color information
#6263DB (or 0x6263DB) is known color: Slate Blue. HEX triplet: 62, 63 and DB. RGB value is (98,99,219). Sum of RGB (Red+Green+Blue) = 98+99+219=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #6263DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6263DB is #9D9C24. Grayscale: #6F6F6F. Windows color (decimal): -10329125 or 14377826. OLE color: 14377826.
HSL color Cylindrical-coordinate representation of color #6263DB: hue angle of 239.5º 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 #6263DB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 99 | 219 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.14 |
| HSL | 239.5º | 0.63% | 0.62% | - |
| HSV(B) | 239.5º | 0.55% | 0.86% | - |
| XYZ | 22.29 | 16.63 | 69.05 | - |
| YUV | 112.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 219 | 0.55 | 0.55 | 0 | 0.14 | 239.5 | 0.63 | 0.62 |
| Hex | 62 | 63 | DB | 37 | 37 | 0 | E | F0 | 3F | 3E |
| Octal | 142 | 143 | 333 | 67 | 67 | 0 | 16 | 360 | 77 | 76 |
| Binary | 1100010 | 1100011 | 11011011 | 110111 | 110111 | 0 | 1110 | 11110000 | 111111 | 111110 |
Color Harmonies of #6263DB
Complementary color
Monochromatic Colors of #6263DB
Black with #6263DB
Text Example
Text Example
White with #6263DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263DB; }
p { color: rgb(98,99,219); }
H1.HeaderClassName
{
color: #6263DB;
}
.AnyTagClassName
{
color: #6263DB;
}
</style>
background-color css
<style>
a { background-color: #6263DB; }
a { background-color: rgb(98,99,219); }
div.DivClassName
{
background-color: #6263DB;
}
.BgClassName
{
background-color: #6263DB;
}
</style>
border-color css
<style>
span { border-color: #6263DB; }
span { border-color: rgb(98,99,219); }
td.TdClassName
{
border-color: #6263DB;
}
.TagClassName
{
border-color: #6263DB;
}
</style>