Shades of Slate Blue #636CCF
Tints of Slate Blue #636CCF
RGB
CMYK
RGB Variations
Color information
#636CCF (or 0x636CCF) is known color: Slate Blue. HEX triplet: 63, 6C and CF. RGB value is (99,108,207). Sum of RGB (Red+Green+Blue) = 99+108+207=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #636CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636CCF is #9C9330. Grayscale: #747474. Windows color (decimal): -10261297 or 13593699. OLE color: 13593699.
HSL color Cylindrical-coordinate representation of color #636CCF: hue angle of 235º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #636CCF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 108 | 207 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.19 |
| HSL | 235º | 0.53% | 0.6% | - |
| HSV(B) | 235º | 0.52% | 0.81% | - |
| XYZ | 21.77 | 17.88 | 61.34 | - |
| YUV | 116.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 207 | 0.52 | 0.48 | 0 | 0.19 | 235 | 0.53 | 0.6 |
| Hex | 63 | 6C | CF | 34 | 30 | 0 | 13 | EB | 35 | 3C |
| Octal | 143 | 154 | 317 | 64 | 60 | 0 | 23 | 353 | 65 | 74 |
| Binary | 1100011 | 1101100 | 11001111 | 110100 | 110000 | 0 | 10011 | 11101011 | 110101 | 111100 |
Color Harmonies of #636CCF
Complementary color
Monochromatic Colors of #636CCF
Black with #636CCF
Text Example
Text Example
White with #636CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CCF; }
p { color: rgb(99,108,207); }
H1.HeaderClassName
{
color: #636CCF;
}
.AnyTagClassName
{
color: #636CCF;
}
</style>
background-color css
<style>
a { background-color: #636CCF; }
a { background-color: rgb(99,108,207); }
div.DivClassName
{
background-color: #636CCF;
}
.BgClassName
{
background-color: #636CCF;
}
</style>
border-color css
<style>
span { border-color: #636CCF; }
span { border-color: rgb(99,108,207); }
td.TdClassName
{
border-color: #636CCF;
}
.TagClassName
{
border-color: #636CCF;
}
</style>