Shades of Slate Blue #625ECF
Tints of Slate Blue #625ECF
RGB
CMYK
RGB Variations
Color information
#625ECF (or 0x625ECF) is known color: Slate Blue. HEX triplet: 62, 5E and CF. RGB value is (98,94,207). Sum of RGB (Red+Green+Blue) = 98+94+207=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #625ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ECF is #9DA130. Grayscale: #6B6B6B. Windows color (decimal): -10330417 or 13590114. OLE color: 13590114.
HSL color Cylindrical-coordinate representation of color #625ECF: hue angle of 242.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #625ECF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 94 | 207 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.19 |
| HSL | 242.12º | 0.54% | 0.59% | - |
| HSV(B) | 242.12º | 0.55% | 0.81% | - |
| XYZ | 20.3 | 15.11 | 60.88 | - |
| YUV | 108.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 207 | 0.53 | 0.55 | 0 | 0.19 | 242.12 | 0.54 | 0.59 |
| Hex | 62 | 5E | CF | 35 | 37 | 0 | 13 | F2 | 36 | 3B |
| Octal | 142 | 136 | 317 | 65 | 67 | 0 | 23 | 362 | 66 | 73 |
| Binary | 1100010 | 1011110 | 11001111 | 110101 | 110111 | 0 | 10011 | 11110010 | 110110 | 111011 |
Color Harmonies of #625ECF
Complementary color
Monochromatic Colors of #625ECF
Black with #625ECF
Text Example
Text Example
White with #625ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625ECF; }
p { color: rgb(98,94,207); }
H1.HeaderClassName
{
color: #625ECF;
}
.AnyTagClassName
{
color: #625ECF;
}
</style>
background-color css
<style>
a { background-color: #625ECF; }
a { background-color: rgb(98,94,207); }
div.DivClassName
{
background-color: #625ECF;
}
.BgClassName
{
background-color: #625ECF;
}
</style>
border-color css
<style>
span { border-color: #625ECF; }
span { border-color: rgb(98,94,207); }
td.TdClassName
{
border-color: #625ECF;
}
.TagClassName
{
border-color: #625ECF;
}
</style>