Shades of Slate Blue #6263DA
Tints of Slate Blue #6263DA
RGB
CMYK
RGB Variations
Color information
#6263DA (or 0x6263DA) is known color: Slate Blue. HEX triplet: 62, 63 and DA. RGB value is (98,99,218). Sum of RGB (Red+Green+Blue) = 98+99+218=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #6263DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6263DA is #9D9C25. Grayscale: #6F6F6F. Windows color (decimal): -10329126 or 14312290. OLE color: 14312290.
HSL color Cylindrical-coordinate representation of color #6263DA: hue angle of 239.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6263DA is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 99 | 218 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.15 |
| HSL | 239.5º | 0.62% | 0.62% | - |
| HSV(B) | 239.5º | 0.55% | 0.85% | - |
| XYZ | 22.15 | 16.58 | 68.36 | - |
| YUV | 112.27 | 187.67 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 218 | 0.55 | 0.55 | 0 | 0.15 | 239.5 | 0.62 | 0.62 |
| Hex | 62 | 63 | DA | 37 | 37 | 0 | F | F0 | 3E | 3E |
| Octal | 142 | 143 | 332 | 67 | 67 | 0 | 17 | 360 | 76 | 76 |
| Binary | 1100010 | 1100011 | 11011010 | 110111 | 110111 | 0 | 1111 | 11110000 | 111110 | 111110 |
Color Harmonies of #6263DA
Complementary color
Monochromatic Colors of #6263DA
Black with #6263DA
Text Example
Text Example
White with #6263DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263DA; }
p { color: rgb(98,99,218); }
H1.HeaderClassName
{
color: #6263DA;
}
.AnyTagClassName
{
color: #6263DA;
}
</style>
background-color css
<style>
a { background-color: #6263DA; }
a { background-color: rgb(98,99,218); }
div.DivClassName
{
background-color: #6263DA;
}
.BgClassName
{
background-color: #6263DA;
}
</style>
border-color css
<style>
span { border-color: #6263DA; }
span { border-color: rgb(98,99,218); }
td.TdClassName
{
border-color: #6263DA;
}
.TagClassName
{
border-color: #6263DA;
}
</style>