Shades of Slate Blue #635FDC
Tints of Slate Blue #635FDC
RGB
CMYK
RGB Variations
Color information
#635FDC (or 0x635FDC) is known color: Slate Blue. HEX triplet: 63, 5F and DC. RGB value is (99,95,220). Sum of RGB (Red+Green+Blue) = 99+95+220=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #635FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FDC is #9CA023. Grayscale: #6D6D6D. Windows color (decimal): -10264612 or 14442339. OLE color: 14442339.
HSL color Cylindrical-coordinate representation of color #635FDC: hue angle of 241.92º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635FDC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 95 | 220 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.14 |
| HSL | 241.92º | 0.64% | 0.62% | - |
| HSV(B) | 241.92º | 0.57% | 0.86% | - |
| XYZ | 22.16 | 16 | 69.63 | - |
| YUV | 110.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 220 | 0.55 | 0.57 | 0 | 0.14 | 241.92 | 0.64 | 0.62 |
| Hex | 63 | 5F | DC | 37 | 39 | 0 | E | F2 | 40 | 3E |
| Octal | 143 | 137 | 334 | 67 | 71 | 0 | 16 | 362 | 100 | 76 |
| Binary | 1100011 | 1011111 | 11011100 | 110111 | 111001 | 0 | 1110 | 11110010 | 1000000 | 111110 |
Color Harmonies of #635FDC
Complementary color
Monochromatic Colors of #635FDC
Black with #635FDC
Text Example
Text Example
White with #635FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635FDC; }
p { color: rgb(99,95,220); }
H1.HeaderClassName
{
color: #635FDC;
}
.AnyTagClassName
{
color: #635FDC;
}
</style>
background-color css
<style>
a { background-color: #635FDC; }
a { background-color: rgb(99,95,220); }
div.DivClassName
{
background-color: #635FDC;
}
.BgClassName
{
background-color: #635FDC;
}
</style>
border-color css
<style>
span { border-color: #635FDC; }
span { border-color: rgb(99,95,220); }
td.TdClassName
{
border-color: #635FDC;
}
.TagClassName
{
border-color: #635FDC;
}
</style>