Shades of Slate Blue #636CDA
Tints of Slate Blue #636CDA
RGB
CMYK
RGB Variations
Color information
#636CDA (or 0x636CDA) is known color: Slate Blue. HEX triplet: 63, 6C and DA. RGB value is (99,108,218). Sum of RGB (Red+Green+Blue) = 99+108+218=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #636CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636CDA is #9C9325. Grayscale: #757575. Windows color (decimal): -10261286 or 14314595. OLE color: 14314595.
HSL color Cylindrical-coordinate representation of color #636CDA: hue angle of 235.46º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636CDA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 108 | 218 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.15 |
| HSL | 235.46º | 0.62% | 0.62% | - |
| HSV(B) | 235.46º | 0.55% | 0.85% | - |
| XYZ | 23.16 | 18.44 | 68.67 | - |
| YUV | 117.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 218 | 0.55 | 0.50 | 0 | 0.15 | 235.46 | 0.62 | 0.62 |
| Hex | 63 | 6C | DA | 37 | 32 | 0 | F | EB | 3E | 3E |
| Octal | 143 | 154 | 332 | 67 | 62 | 0 | 17 | 353 | 76 | 76 |
| Binary | 1100011 | 1101100 | 11011010 | 110111 | 110010 | 0 | 1111 | 11101011 | 111110 | 111110 |
Color Harmonies of #636CDA
Complementary color
Monochromatic Colors of #636CDA
Black with #636CDA
Text Example
Text Example
White with #636CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CDA; }
p { color: rgb(99,108,218); }
H1.HeaderClassName
{
color: #636CDA;
}
.AnyTagClassName
{
color: #636CDA;
}
</style>
background-color css
<style>
a { background-color: #636CDA; }
a { background-color: rgb(99,108,218); }
div.DivClassName
{
background-color: #636CDA;
}
.BgClassName
{
background-color: #636CDA;
}
</style>
border-color css
<style>
span { border-color: #636CDA; }
span { border-color: rgb(99,108,218); }
td.TdClassName
{
border-color: #636CDA;
}
.TagClassName
{
border-color: #636CDA;
}
</style>