Shades of Slate Blue #625ACF
Tints of Slate Blue #625ACF
RGB
CMYK
RGB Variations
Color information
#625ACF (or 0x625ACF) is known color: Slate Blue. HEX triplet: 62, 5A and CF. RGB value is (98,90,207). Sum of RGB (Red+Green+Blue) = 98+90+207=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #625ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ACF is #9DA530. Grayscale: #696969. Windows color (decimal): -10331441 or 13589090. OLE color: 13589090.
HSL color Cylindrical-coordinate representation of color #625ACF: hue angle of 244.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625ACF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 90 | 207 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.19 |
| HSL | 244.1º | 0.55% | 0.58% | - |
| HSV(B) | 244.1º | 0.57% | 0.81% | - |
| XYZ | 19.96 | 14.41 | 60.76 | - |
| YUV | 105.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 207 | 0.53 | 0.57 | 0 | 0.19 | 244.1 | 0.55 | 0.58 |
| Hex | 62 | 5A | CF | 35 | 39 | 0 | 13 | F4 | 37 | 3A |
| Octal | 142 | 132 | 317 | 65 | 71 | 0 | 23 | 364 | 67 | 72 |
| Binary | 1100010 | 1011010 | 11001111 | 110101 | 111001 | 0 | 10011 | 11110100 | 110111 | 111010 |
Color Harmonies of #625ACF
Complementary color
Monochromatic Colors of #625ACF
Black with #625ACF
Text Example
Text Example
White with #625ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625ACF; }
p { color: rgb(98,90,207); }
H1.HeaderClassName
{
color: #625ACF;
}
.AnyTagClassName
{
color: #625ACF;
}
</style>
background-color css
<style>
a { background-color: #625ACF; }
a { background-color: rgb(98,90,207); }
div.DivClassName
{
background-color: #625ACF;
}
.BgClassName
{
background-color: #625ACF;
}
</style>
border-color css
<style>
span { border-color: #625ACF; }
span { border-color: rgb(98,90,207); }
td.TdClassName
{
border-color: #625ACF;
}
.TagClassName
{
border-color: #625ACF;
}
</style>