Shades of Slate Blue #6263CF
Tints of Slate Blue #6263CF
RGB
CMYK
RGB Variations
Color information
#6263CF (or 0x6263CF) is known color: Slate Blue. HEX triplet: 62, 63 and CF. RGB value is (98,99,207). Sum of RGB (Red+Green+Blue) = 98+99+207=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #6263CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6263CF is #9D9C30. Grayscale: #6E6E6E. Windows color (decimal): -10329137 or 13591394. OLE color: 13591394.
HSL color Cylindrical-coordinate representation of color #6263CF: hue angle of 239.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6263CF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 99 | 207 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.19 |
| HSL | 239.45º | 0.53% | 0.6% | - |
| HSV(B) | 239.45º | 0.53% | 0.81% | - |
| XYZ | 20.76 | 16.03 | 61.03 | - |
| YUV | 111.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 207 | 0.53 | 0.52 | 0 | 0.19 | 239.45 | 0.53 | 0.6 |
| Hex | 62 | 63 | CF | 35 | 34 | 0 | 13 | EF | 35 | 3C |
| Octal | 142 | 143 | 317 | 65 | 64 | 0 | 23 | 357 | 65 | 74 |
| Binary | 1100010 | 1100011 | 11001111 | 110101 | 110100 | 0 | 10011 | 11101111 | 110101 | 111100 |
Color Harmonies of #6263CF
Complementary color
Monochromatic Colors of #6263CF
Black with #6263CF
Text Example
Text Example
White with #6263CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263CF; }
p { color: rgb(98,99,207); }
H1.HeaderClassName
{
color: #6263CF;
}
.AnyTagClassName
{
color: #6263CF;
}
</style>
background-color css
<style>
a { background-color: #6263CF; }
a { background-color: rgb(98,99,207); }
div.DivClassName
{
background-color: #6263CF;
}
.BgClassName
{
background-color: #6263CF;
}
</style>
border-color css
<style>
span { border-color: #6263CF; }
span { border-color: rgb(98,99,207); }
td.TdClassName
{
border-color: #6263CF;
}
.TagClassName
{
border-color: #6263CF;
}
</style>