Shades of Slate Blue #625CC9
Tints of Slate Blue #625CC9
RGB
CMYK
RGB Variations
Color information
#625CC9 (or 0x625CC9) is known color: Slate Blue. HEX triplet: 62, 5C and C9. RGB value is (98,92,201). Sum of RGB (Red+Green+Blue) = 98+92+201=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #625CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CC9 is #9DA336. Grayscale: #696969. Windows color (decimal): -10330935 or 13196386. OLE color: 13196386.
HSL color Cylindrical-coordinate representation of color #625CC9: hue angle of 243.3º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625CC9 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 92 | 201 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.21 |
| HSL | 243.3º | 0.5% | 0.57% | - |
| HSV(B) | 243.3º | 0.54% | 0.79% | - |
| XYZ | 19.41 | 14.47 | 57.03 | - |
| YUV | 106.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 201 | 0.51 | 0.54 | 0 | 0.21 | 243.3 | 0.5 | 0.57 |
| Hex | 62 | 5C | C9 | 33 | 36 | 0 | 15 | F3 | 32 | 39 |
| Octal | 142 | 134 | 311 | 63 | 66 | 0 | 25 | 363 | 62 | 71 |
| Binary | 1100010 | 1011100 | 11001001 | 110011 | 110110 | 0 | 10101 | 11110011 | 110010 | 111001 |
Color Harmonies of #625CC9
Complementary color
Monochromatic Colors of #625CC9
Black with #625CC9
Text Example
Text Example
White with #625CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CC9; }
p { color: rgb(98,92,201); }
H1.HeaderClassName
{
color: #625CC9;
}
.AnyTagClassName
{
color: #625CC9;
}
</style>
background-color css
<style>
a { background-color: #625CC9; }
a { background-color: rgb(98,92,201); }
div.DivClassName
{
background-color: #625CC9;
}
.BgClassName
{
background-color: #625CC9;
}
</style>
border-color css
<style>
span { border-color: #625CC9; }
span { border-color: rgb(98,92,201); }
td.TdClassName
{
border-color: #625CC9;
}
.TagClassName
{
border-color: #625CC9;
}
</style>