Shades of Slate Blue #6351D4
Tints of Slate Blue #6351D4
RGB
CMYK
RGB Variations
Color information
#6351D4 (or 0x6351D4) is known color: Slate Blue. HEX triplet: 63, 51 and D4. RGB value is (99,81,212). Sum of RGB (Red+Green+Blue) = 99+81+212=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #6351D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351D4 is #9CAE2B. Grayscale: #646464. Windows color (decimal): -10268204 or 13914467. OLE color: 13914467.
HSL color Cylindrical-coordinate representation of color #6351D4: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6351D4 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 81 | 212 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.17 |
| HSL | 248.24º | 0.6% | 0.57% | - |
| HSV(B) | 248.24º | 0.62% | 0.83% | - |
| XYZ | 19.97 | 13.29 | 63.8 | - |
| YUV | 101.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 212 | 0.53 | 0.62 | 0 | 0.17 | 248.24 | 0.6 | 0.57 |
| Hex | 63 | 51 | D4 | 35 | 3E | 0 | 11 | F8 | 3C | 39 |
| Octal | 143 | 121 | 324 | 65 | 76 | 0 | 21 | 370 | 74 | 71 |
| Binary | 1100011 | 1010001 | 11010100 | 110101 | 111110 | 0 | 10001 | 11111000 | 111100 | 111001 |
Color Harmonies of #6351D4
Complementary color
Monochromatic Colors of #6351D4
Black with #6351D4
Text Example
Text Example
White with #6351D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351D4; }
p { color: rgb(99,81,212); }
H1.HeaderClassName
{
color: #6351D4;
}
.AnyTagClassName
{
color: #6351D4;
}
</style>
background-color css
<style>
a { background-color: #6351D4; }
a { background-color: rgb(99,81,212); }
div.DivClassName
{
background-color: #6351D4;
}
.BgClassName
{
background-color: #6351D4;
}
</style>
border-color css
<style>
span { border-color: #6351D4; }
span { border-color: rgb(99,81,212); }
td.TdClassName
{
border-color: #6351D4;
}
.TagClassName
{
border-color: #6351D4;
}
</style>