Shades of Slate Blue #614ECB
Tints of Slate Blue #614ECB
RGB
CMYK
RGB Variations
Color information
#614ECB (or 0x614ECB) is known color: Slate Blue. HEX triplet: 61, 4E and CB. RGB value is (97,78,203). Sum of RGB (Red+Green+Blue) = 97+78+203=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #614ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ECB is #9EB134. Grayscale: #616161. Windows color (decimal): -10400053 or 13323873. OLE color: 13323873.
HSL color Cylindrical-coordinate representation of color #614ECB: hue angle of 249.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614ECB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 78 | 203 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.20 |
| HSL | 249.12º | 0.55% | 0.55% | - |
| HSV(B) | 249.12º | 0.62% | 0.8% | - |
| XYZ | 18.43 | 12.3 | 57.9 | - |
| YUV | 97.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 203 | 0.52 | 0.62 | 0 | 0.20 | 249.12 | 0.55 | 0.55 |
| Hex | 61 | 4E | CB | 34 | 3E | 0 | 14 | F9 | 37 | 37 |
| Octal | 141 | 116 | 313 | 64 | 76 | 0 | 24 | 371 | 67 | 67 |
| Binary | 1100001 | 1001110 | 11001011 | 110100 | 111110 | 0 | 10100 | 11111001 | 110111 | 110111 |
Color Harmonies of #614ECB
Complementary color
Monochromatic Colors of #614ECB
Black with #614ECB
Text Example
Text Example
White with #614ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614ECB; }
p { color: rgb(97,78,203); }
H1.HeaderClassName
{
color: #614ECB;
}
.AnyTagClassName
{
color: #614ECB;
}
</style>
background-color css
<style>
a { background-color: #614ECB; }
a { background-color: rgb(97,78,203); }
div.DivClassName
{
background-color: #614ECB;
}
.BgClassName
{
background-color: #614ECB;
}
</style>
border-color css
<style>
span { border-color: #614ECB; }
span { border-color: rgb(97,78,203); }
td.TdClassName
{
border-color: #614ECB;
}
.TagClassName
{
border-color: #614ECB;
}
</style>