Shades of Slate Blue #636FDC
Tints of Slate Blue #636FDC
RGB
CMYK
RGB Variations
Color information
#636FDC (or 0x636FDC) is known color: Slate Blue. HEX triplet: 63, 6F and DC. RGB value is (99,111,220). Sum of RGB (Red+Green+Blue) = 99+111+220=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #636FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636FDC is #9C9023. Grayscale: #777777. Windows color (decimal): -10260516 or 14446435. OLE color: 14446435.
HSL color Cylindrical-coordinate representation of color #636FDC: hue angle of 234.05º 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 #636FDC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 111 | 220 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 234.05º | 0.63% | 0.63% | - |
| HSV(B) | 234.05º | 0.55% | 0.86% | - |
| XYZ | 23.75 | 19.19 | 70.16 | - |
| YUV | 119.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 220 | 0.55 | 0.50 | 0 | 0.14 | 234.05 | 0.63 | 0.63 |
| Hex | 63 | 6F | DC | 37 | 32 | 0 | E | EA | 3F | 3F |
| Octal | 143 | 157 | 334 | 67 | 62 | 0 | 16 | 352 | 77 | 77 |
| Binary | 1100011 | 1101111 | 11011100 | 110111 | 110010 | 0 | 1110 | 11101010 | 111111 | 111111 |
Color Harmonies of #636FDC
Complementary color
Monochromatic Colors of #636FDC
Black with #636FDC
Text Example
Text Example
White with #636FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636FDC; }
p { color: rgb(99,111,220); }
H1.HeaderClassName
{
color: #636FDC;
}
.AnyTagClassName
{
color: #636FDC;
}
</style>
background-color css
<style>
a { background-color: #636FDC; }
a { background-color: rgb(99,111,220); }
div.DivClassName
{
background-color: #636FDC;
}
.BgClassName
{
background-color: #636FDC;
}
</style>
border-color css
<style>
span { border-color: #636FDC; }
span { border-color: rgb(99,111,220); }
td.TdClassName
{
border-color: #636FDC;
}
.TagClassName
{
border-color: #636FDC;
}
</style>