Shades of Slate Blue #635FDF
Tints of Slate Blue #635FDF
RGB
CMYK
RGB Variations
Color information
#635FDF (or 0x635FDF) is known color: Slate Blue. HEX triplet: 63, 5F and DF. RGB value is (99,95,223). Sum of RGB (Red+Green+Blue) = 99+95+223=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #635FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FDF is #9CA020. Grayscale: #6E6E6E. Windows color (decimal): -10264609 or 14638947. OLE color: 14638947.
HSL color Cylindrical-coordinate representation of color #635FDF: hue angle of 241.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635FDF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 95 | 223 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.13 |
| HSL | 241.88º | 0.67% | 0.62% | - |
| HSV(B) | 241.88º | 0.57% | 0.87% | - |
| XYZ | 22.56 | 16.16 | 71.74 | - |
| YUV | 110.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 223 | 0.56 | 0.57 | 0 | 0.13 | 241.88 | 0.67 | 0.62 |
| Hex | 63 | 5F | DF | 38 | 39 | 0 | D | F2 | 43 | 3E |
| Octal | 143 | 137 | 337 | 70 | 71 | 0 | 15 | 362 | 103 | 76 |
| Binary | 1100011 | 1011111 | 11011111 | 111000 | 111001 | 0 | 1101 | 11110010 | 1000011 | 111110 |
Color Harmonies of #635FDF
Complementary color
Monochromatic Colors of #635FDF
Black with #635FDF
Text Example
Text Example
White with #635FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635FDF; }
p { color: rgb(99,95,223); }
H1.HeaderClassName
{
color: #635FDF;
}
.AnyTagClassName
{
color: #635FDF;
}
</style>
background-color css
<style>
a { background-color: #635FDF; }
a { background-color: rgb(99,95,223); }
div.DivClassName
{
background-color: #635FDF;
}
.BgClassName
{
background-color: #635FDF;
}
</style>
border-color css
<style>
span { border-color: #635FDF; }
span { border-color: rgb(99,95,223); }
td.TdClassName
{
border-color: #635FDF;
}
.TagClassName
{
border-color: #635FDF;
}
</style>