Shades of Slate Blue #636ADA
Tints of Slate Blue #636ADA
RGB
CMYK
RGB Variations
Color information
#636ADA (or 0x636ADA) is known color: Slate Blue. HEX triplet: 63, 6A and DA. RGB value is (99,106,218). Sum of RGB (Red+Green+Blue) = 99+106+218=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #636ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ADA is #9C9525. Grayscale: #747474. Windows color (decimal): -10261798 or 14314083. OLE color: 14314083.
HSL color Cylindrical-coordinate representation of color #636ADA: hue angle of 236.47º 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 #636ADA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 106 | 218 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.15 |
| HSL | 236.47º | 0.62% | 0.62% | - |
| HSV(B) | 236.47º | 0.55% | 0.85% | - |
| XYZ | 22.95 | 18.02 | 68.6 | - |
| YUV | 116.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 218 | 0.55 | 0.51 | 0 | 0.15 | 236.47 | 0.62 | 0.62 |
| Hex | 63 | 6A | DA | 37 | 33 | 0 | F | EC | 3E | 3E |
| Octal | 143 | 152 | 332 | 67 | 63 | 0 | 17 | 354 | 76 | 76 |
| Binary | 1100011 | 1101010 | 11011010 | 110111 | 110011 | 0 | 1111 | 11101100 | 111110 | 111110 |
Color Harmonies of #636ADA
Complementary color
Monochromatic Colors of #636ADA
Black with #636ADA
Text Example
Text Example
White with #636ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636ADA; }
p { color: rgb(99,106,218); }
H1.HeaderClassName
{
color: #636ADA;
}
.AnyTagClassName
{
color: #636ADA;
}
</style>
background-color css
<style>
a { background-color: #636ADA; }
a { background-color: rgb(99,106,218); }
div.DivClassName
{
background-color: #636ADA;
}
.BgClassName
{
background-color: #636ADA;
}
</style>
border-color css
<style>
span { border-color: #636ADA; }
span { border-color: rgb(99,106,218); }
td.TdClassName
{
border-color: #636ADA;
}
.TagClassName
{
border-color: #636ADA;
}
</style>