Shades of Slate Blue #636EDA
Tints of Slate Blue #636EDA
RGB
CMYK
RGB Variations
Color information
#636EDA (or 0x636EDA) is known color: Slate Blue. HEX triplet: 63, 6E and DA. RGB value is (99,110,218). Sum of RGB (Red+Green+Blue) = 99+110+218=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #636EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636EDA is #9C9125. Grayscale: #767676. Windows color (decimal): -10260774 or 14315107. OLE color: 14315107.
HSL color Cylindrical-coordinate representation of color #636EDA: hue angle of 234.45º 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 #636EDA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 110 | 218 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.15 |
| HSL | 234.45º | 0.62% | 0.62% | - |
| HSV(B) | 234.45º | 0.55% | 0.85% | - |
| XYZ | 23.38 | 18.87 | 68.74 | - |
| YUV | 119.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 218 | 0.55 | 0.50 | 0 | 0.15 | 234.45 | 0.62 | 0.62 |
| Hex | 63 | 6E | DA | 37 | 32 | 0 | F | EA | 3E | 3E |
| Octal | 143 | 156 | 332 | 67 | 62 | 0 | 17 | 352 | 76 | 76 |
| Binary | 1100011 | 1101110 | 11011010 | 110111 | 110010 | 0 | 1111 | 11101010 | 111110 | 111110 |
Color Harmonies of #636EDA
Complementary color
Monochromatic Colors of #636EDA
Black with #636EDA
Text Example
Text Example
White with #636EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636EDA; }
p { color: rgb(99,110,218); }
H1.HeaderClassName
{
color: #636EDA;
}
.AnyTagClassName
{
color: #636EDA;
}
</style>
background-color css
<style>
a { background-color: #636EDA; }
a { background-color: rgb(99,110,218); }
div.DivClassName
{
background-color: #636EDA;
}
.BgClassName
{
background-color: #636EDA;
}
</style>
border-color css
<style>
span { border-color: #636EDA; }
span { border-color: rgb(99,110,218); }
td.TdClassName
{
border-color: #636EDA;
}
.TagClassName
{
border-color: #636EDA;
}
</style>