Shades of Slate Blue #625EC3
Tints of Slate Blue #625EC3
RGB
CMYK
RGB Variations
Color information
#625EC3 (or 0x625EC3) is known color: Slate Blue. HEX triplet: 62, 5E and C3. RGB value is (98,94,195). Sum of RGB (Red+Green+Blue) = 98+94+195=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #625EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EC3 is #9DA13C. Grayscale: #6A6A6A. Windows color (decimal): -10330429 or 12803682. OLE color: 12803682.
HSL color Cylindrical-coordinate representation of color #625EC3: hue angle of 242.38º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #625EC3 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 94 | 195 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.24 |
| HSL | 242.38º | 0.46% | 0.57% | - |
| HSV(B) | 242.38º | 0.52% | 0.76% | - |
| XYZ | 18.89 | 14.54 | 53.44 | - |
| YUV | 106.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 195 | 0.50 | 0.52 | 0 | 0.24 | 242.38 | 0.46 | 0.57 |
| Hex | 62 | 5E | C3 | 32 | 34 | 0 | 18 | F2 | 2E | 39 |
| Octal | 142 | 136 | 303 | 62 | 64 | 0 | 30 | 362 | 56 | 71 |
| Binary | 1100010 | 1011110 | 11000011 | 110010 | 110100 | 0 | 11000 | 11110010 | 101110 | 111001 |
Color Harmonies of #625EC3
Complementary color
Monochromatic Colors of #625EC3
Black with #625EC3
Text Example
Text Example
White with #625EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EC3; }
p { color: rgb(98,94,195); }
H1.HeaderClassName
{
color: #625EC3;
}
.AnyTagClassName
{
color: #625EC3;
}
</style>
background-color css
<style>
a { background-color: #625EC3; }
a { background-color: rgb(98,94,195); }
div.DivClassName
{
background-color: #625EC3;
}
.BgClassName
{
background-color: #625EC3;
}
</style>
border-color css
<style>
span { border-color: #625EC3; }
span { border-color: rgb(98,94,195); }
td.TdClassName
{
border-color: #625EC3;
}
.TagClassName
{
border-color: #625EC3;
}
</style>