Shades of Slate Blue #635FE6
Tints of Slate Blue #635FE6
RGB
CMYK
RGB Variations
Color information
#635FE6 (or 0x635FE6) is known color: Slate Blue. HEX triplet: 63, 5F and E6. RGB value is (99,95,230). Sum of RGB (Red+Green+Blue) = 99+95+230=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #635FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635FE6 is #9CA019. Grayscale: #6F6F6F. Windows color (decimal): -10264602 or 15097699. OLE color: 15097699.
HSL color Cylindrical-coordinate representation of color #635FE6: hue angle of 241.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #635FE6 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 95 | 230 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.10 |
| HSL | 241.78º | 0.73% | 0.64% | - |
| HSV(B) | 241.78º | 0.59% | 0.9% | - |
| XYZ | 23.52 | 16.55 | 76.82 | - |
| YUV | 111.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 230 | 0.57 | 0.59 | 0 | 0.10 | 241.78 | 0.73 | 0.64 |
| Hex | 63 | 5F | E6 | 39 | 3B | 0 | A | F2 | 49 | 40 |
| Octal | 143 | 137 | 346 | 71 | 73 | 0 | 12 | 362 | 111 | 100 |
| Binary | 1100011 | 1011111 | 11100110 | 111001 | 111011 | 0 | 1010 | 11110010 | 1001001 | 1000000 |
Color Harmonies of #635FE6
Complementary color
Monochromatic Colors of #635FE6
Black with #635FE6
Text Example
Text Example
White with #635FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635FE6; }
p { color: rgb(99,95,230); }
H1.HeaderClassName
{
color: #635FE6;
}
.AnyTagClassName
{
color: #635FE6;
}
</style>
background-color css
<style>
a { background-color: #635FE6; }
a { background-color: rgb(99,95,230); }
div.DivClassName
{
background-color: #635FE6;
}
.BgClassName
{
background-color: #635FE6;
}
</style>
border-color css
<style>
span { border-color: #635FE6; }
span { border-color: rgb(99,95,230); }
td.TdClassName
{
border-color: #635FE6;
}
.TagClassName
{
border-color: #635FE6;
}
</style>