Shades of Slate Blue #625ACB
Tints of Slate Blue #625ACB
RGB
CMYK
RGB Variations
Color information
#625ACB (or 0x625ACB) is known color: Slate Blue. HEX triplet: 62, 5A and CB. RGB value is (98,90,203). Sum of RGB (Red+Green+Blue) = 98+90+203=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #625ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ACB is #9DA534. Grayscale: #686868. Windows color (decimal): -10331445 or 13326946. OLE color: 13326946.
HSL color Cylindrical-coordinate representation of color #625ACB: hue angle of 244.25º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #625ACB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 90 | 203 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.20 |
| HSL | 244.25º | 0.52% | 0.57% | - |
| HSV(B) | 244.25º | 0.56% | 0.8% | - |
| XYZ | 19.47 | 14.22 | 58.22 | - |
| YUV | 105.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 203 | 0.52 | 0.56 | 0 | 0.20 | 244.25 | 0.52 | 0.57 |
| Hex | 62 | 5A | CB | 34 | 38 | 0 | 14 | F4 | 34 | 39 |
| Octal | 142 | 132 | 313 | 64 | 70 | 0 | 24 | 364 | 64 | 71 |
| Binary | 1100010 | 1011010 | 11001011 | 110100 | 111000 | 0 | 10100 | 11110100 | 110100 | 111001 |
Color Harmonies of #625ACB
Complementary color
Monochromatic Colors of #625ACB
Black with #625ACB
Text Example
Text Example
White with #625ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625ACB; }
p { color: rgb(98,90,203); }
H1.HeaderClassName
{
color: #625ACB;
}
.AnyTagClassName
{
color: #625ACB;
}
</style>
background-color css
<style>
a { background-color: #625ACB; }
a { background-color: rgb(98,90,203); }
div.DivClassName
{
background-color: #625ACB;
}
.BgClassName
{
background-color: #625ACB;
}
</style>
border-color css
<style>
span { border-color: #625ACB; }
span { border-color: rgb(98,90,203); }
td.TdClassName
{
border-color: #625ACB;
}
.TagClassName
{
border-color: #625ACB;
}
</style>