Shades of Slate Blue #634ECF
Tints of Slate Blue #634ECF
RGB
CMYK
RGB Variations
Color information
#634ECF (or 0x634ECF) is known color: Slate Blue. HEX triplet: 63, 4E and CF. RGB value is (99,78,207). Sum of RGB (Red+Green+Blue) = 99+78+207=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #634ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ECF is #9CB130. Grayscale: #626262. Windows color (decimal): -10268977 or 13586019. OLE color: 13586019.
HSL color Cylindrical-coordinate representation of color #634ECF: hue angle of 249.77º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634ECF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 78 | 207 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.19 |
| HSL | 249.77º | 0.57% | 0.56% | - |
| HSV(B) | 249.77º | 0.62% | 0.81% | - |
| XYZ | 19.13 | 12.61 | 60.46 | - |
| YUV | 98.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 207 | 0.52 | 0.62 | 0 | 0.19 | 249.77 | 0.57 | 0.56 |
| Hex | 63 | 4E | CF | 34 | 3E | 0 | 13 | FA | 39 | 38 |
| Octal | 143 | 116 | 317 | 64 | 76 | 0 | 23 | 372 | 71 | 70 |
| Binary | 1100011 | 1001110 | 11001111 | 110100 | 111110 | 0 | 10011 | 11111010 | 111001 | 111000 |
Color Harmonies of #634ECF
Complementary color
Monochromatic Colors of #634ECF
Black with #634ECF
Text Example
Text Example
White with #634ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634ECF; }
p { color: rgb(99,78,207); }
H1.HeaderClassName
{
color: #634ECF;
}
.AnyTagClassName
{
color: #634ECF;
}
</style>
background-color css
<style>
a { background-color: #634ECF; }
a { background-color: rgb(99,78,207); }
div.DivClassName
{
background-color: #634ECF;
}
.BgClassName
{
background-color: #634ECF;
}
</style>
border-color css
<style>
span { border-color: #634ECF; }
span { border-color: rgb(99,78,207); }
td.TdClassName
{
border-color: #634ECF;
}
.TagClassName
{
border-color: #634ECF;
}
</style>