Shades of Slate Blue #625DC8
Tints of Slate Blue #625DC8
RGB
CMYK
RGB Variations
Color information
#625DC8 (or 0x625DC8) is known color: Slate Blue. HEX triplet: 62, 5D and C8. RGB value is (98,93,200). Sum of RGB (Red+Green+Blue) = 98+93+200=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #625DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DC8 is #9DA237. Grayscale: #6A6A6A. Windows color (decimal): -10330680 or 13131106. OLE color: 13131106.
HSL color Cylindrical-coordinate representation of color #625DC8: hue angle of 242.8º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625DC8 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 93 | 200 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.22 |
| HSL | 242.8º | 0.49% | 0.57% | - |
| HSV(B) | 242.8º | 0.54% | 0.78% | - |
| XYZ | 19.38 | 14.6 | 56.44 | - |
| YUV | 106.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 200 | 0.51 | 0.54 | 0 | 0.22 | 242.8 | 0.49 | 0.57 |
| Hex | 62 | 5D | C8 | 33 | 36 | 0 | 16 | F3 | 31 | 39 |
| Octal | 142 | 135 | 310 | 63 | 66 | 0 | 26 | 363 | 61 | 71 |
| Binary | 1100010 | 1011101 | 11001000 | 110011 | 110110 | 0 | 10110 | 11110011 | 110001 | 111001 |
Color Harmonies of #625DC8
Complementary color
Monochromatic Colors of #625DC8
Black with #625DC8
Text Example
Text Example
White with #625DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DC8; }
p { color: rgb(98,93,200); }
H1.HeaderClassName
{
color: #625DC8;
}
.AnyTagClassName
{
color: #625DC8;
}
</style>
background-color css
<style>
a { background-color: #625DC8; }
a { background-color: rgb(98,93,200); }
div.DivClassName
{
background-color: #625DC8;
}
.BgClassName
{
background-color: #625DC8;
}
</style>
border-color css
<style>
span { border-color: #625DC8; }
span { border-color: rgb(98,93,200); }
td.TdClassName
{
border-color: #625DC8;
}
.TagClassName
{
border-color: #625DC8;
}
</style>