Shades of Slate Blue #6344D1
Tints of Slate Blue #6344D1
RGB
CMYK
RGB Variations
Color information
#6344D1 (or 0x6344D1) is known color: Slate Blue. HEX triplet: 63, 44 and D1. RGB value is (99,68,209). Sum of RGB (Red+Green+Blue) = 99+68+209=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #6344D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344D1 is #9CBB2E. Grayscale: #5C5C5C. Windows color (decimal): -10271535 or 13714531. OLE color: 13714531.
HSL color Cylindrical-coordinate representation of color #6344D1: hue angle of 253.19º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6344D1 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 68 | 209 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.18 |
| HSL | 253.19º | 0.61% | 0.54% | - |
| HSV(B) | 253.19º | 0.67% | 0.82% | - |
| XYZ | 18.72 | 11.39 | 61.53 | - |
| YUV | 93.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 209 | 0.53 | 0.67 | 0 | 0.18 | 253.19 | 0.61 | 0.54 |
| Hex | 63 | 44 | D1 | 35 | 43 | 0 | 12 | FD | 3D | 36 |
| Octal | 143 | 104 | 321 | 65 | 103 | 0 | 22 | 375 | 75 | 66 |
| Binary | 1100011 | 1000100 | 11010001 | 110101 | 1000011 | 0 | 10010 | 11111101 | 111101 | 110110 |
Color Harmonies of #6344D1
Complementary color
Monochromatic Colors of #6344D1
Black with #6344D1
Text Example
Text Example
White with #6344D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6344D1; }
p { color: rgb(99,68,209); }
H1.HeaderClassName
{
color: #6344D1;
}
.AnyTagClassName
{
color: #6344D1;
}
</style>
background-color css
<style>
a { background-color: #6344D1; }
a { background-color: rgb(99,68,209); }
div.DivClassName
{
background-color: #6344D1;
}
.BgClassName
{
background-color: #6344D1;
}
</style>
border-color css
<style>
span { border-color: #6344D1; }
span { border-color: rgb(99,68,209); }
td.TdClassName
{
border-color: #6344D1;
}
.TagClassName
{
border-color: #6344D1;
}
</style>