Shades of Slate Blue #6263DF
Tints of Slate Blue #6263DF
RGB
CMYK
RGB Variations
Color information
#6263DF (or 0x6263DF) is known color: Slate Blue. HEX triplet: 62, 63 and DF. RGB value is (98,99,223). Sum of RGB (Red+Green+Blue) = 98+99+223=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #6263DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6263DF is #9D9C20. Grayscale: #707070. Windows color (decimal): -10329121 or 14639970. OLE color: 14639970.
HSL color Cylindrical-coordinate representation of color #6263DF: hue angle of 239.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6263DF is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 99 | 223 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.13 |
| HSL | 239.52º | 0.66% | 0.63% | - |
| HSV(B) | 239.52º | 0.56% | 0.87% | - |
| XYZ | 22.82 | 16.85 | 71.86 | - |
| YUV | 112.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 223 | 0.56 | 0.56 | 0 | 0.13 | 239.52 | 0.66 | 0.63 |
| Hex | 62 | 63 | DF | 38 | 38 | 0 | D | F0 | 42 | 3F |
| Octal | 142 | 143 | 337 | 70 | 70 | 0 | 15 | 360 | 102 | 77 |
| Binary | 1100010 | 1100011 | 11011111 | 111000 | 111000 | 0 | 1101 | 11110000 | 1000010 | 111111 |
Color Harmonies of #6263DF
Complementary color
Monochromatic Colors of #6263DF
Black with #6263DF
Text Example
Text Example
White with #6263DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263DF; }
p { color: rgb(98,99,223); }
H1.HeaderClassName
{
color: #6263DF;
}
.AnyTagClassName
{
color: #6263DF;
}
</style>
background-color css
<style>
a { background-color: #6263DF; }
a { background-color: rgb(98,99,223); }
div.DivClassName
{
background-color: #6263DF;
}
.BgClassName
{
background-color: #6263DF;
}
</style>
border-color css
<style>
span { border-color: #6263DF; }
span { border-color: rgb(98,99,223); }
td.TdClassName
{
border-color: #6263DF;
}
.TagClassName
{
border-color: #6263DF;
}
</style>