Shades of Slate Blue #636CDC
Tints of Slate Blue #636CDC
RGB
CMYK
RGB Variations
Color information
#636CDC (or 0x636CDC) is known color: Slate Blue. HEX triplet: 63, 6C and DC. RGB value is (99,108,220). Sum of RGB (Red+Green+Blue) = 99+108+220=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #636CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636CDC is #9C9323. Grayscale: #757575. Windows color (decimal): -10261284 or 14445667. OLE color: 14445667.
HSL color Cylindrical-coordinate representation of color #636CDC: hue angle of 235.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636CDC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 108 | 220 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.14 |
| HSL | 235.54º | 0.63% | 0.63% | - |
| HSV(B) | 235.54º | 0.55% | 0.86% | - |
| XYZ | 23.43 | 18.55 | 70.06 | - |
| YUV | 118.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 220 | 0.55 | 0.51 | 0 | 0.14 | 235.54 | 0.63 | 0.63 |
| Hex | 63 | 6C | DC | 37 | 33 | 0 | E | EC | 3F | 3F |
| Octal | 143 | 154 | 334 | 67 | 63 | 0 | 16 | 354 | 77 | 77 |
| Binary | 1100011 | 1101100 | 11011100 | 110111 | 110011 | 0 | 1110 | 11101100 | 111111 | 111111 |
Color Harmonies of #636CDC
Complementary color
Monochromatic Colors of #636CDC
Black with #636CDC
Text Example
Text Example
White with #636CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CDC; }
p { color: rgb(99,108,220); }
H1.HeaderClassName
{
color: #636CDC;
}
.AnyTagClassName
{
color: #636CDC;
}
</style>
background-color css
<style>
a { background-color: #636CDC; }
a { background-color: rgb(99,108,220); }
div.DivClassName
{
background-color: #636CDC;
}
.BgClassName
{
background-color: #636CDC;
}
</style>
border-color css
<style>
span { border-color: #636CDC; }
span { border-color: rgb(99,108,220); }
td.TdClassName
{
border-color: #636CDC;
}
.TagClassName
{
border-color: #636CDC;
}
</style>