Shades of Slate Blue #625CDC
Tints of Slate Blue #625CDC
RGB
CMYK
RGB Variations
Color information
#625CDC (or 0x625CDC) is known color: Slate Blue. HEX triplet: 62, 5C and DC. RGB value is (98,92,220). Sum of RGB (Red+Green+Blue) = 98+92+220=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #625CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CDC is #9DA323. Grayscale: #6B6B6B. Windows color (decimal): -10330916 or 14441570. OLE color: 14441570.
HSL color Cylindrical-coordinate representation of color #625CDC: hue angle of 242.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625CDC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 92 | 220 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.14 |
| HSL | 242.81º | 0.65% | 0.61% | - |
| HSV(B) | 242.81º | 0.58% | 0.86% | - |
| XYZ | 21.78 | 15.42 | 69.54 | - |
| YUV | 108.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 220 | 0.55 | 0.58 | 0 | 0.14 | 242.81 | 0.65 | 0.61 |
| Hex | 62 | 5C | DC | 37 | 3A | 0 | E | F3 | 41 | 3D |
| Octal | 142 | 134 | 334 | 67 | 72 | 0 | 16 | 363 | 101 | 75 |
| Binary | 1100010 | 1011100 | 11011100 | 110111 | 111010 | 0 | 1110 | 11110011 | 1000001 | 111101 |
Color Harmonies of #625CDC
Complementary color
Monochromatic Colors of #625CDC
Black with #625CDC
Text Example
Text Example
White with #625CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CDC; }
p { color: rgb(98,92,220); }
H1.HeaderClassName
{
color: #625CDC;
}
.AnyTagClassName
{
color: #625CDC;
}
</style>
background-color css
<style>
a { background-color: #625CDC; }
a { background-color: rgb(98,92,220); }
div.DivClassName
{
background-color: #625CDC;
}
.BgClassName
{
background-color: #625CDC;
}
</style>
border-color css
<style>
span { border-color: #625CDC; }
span { border-color: rgb(98,92,220); }
td.TdClassName
{
border-color: #625CDC;
}
.TagClassName
{
border-color: #625CDC;
}
</style>