Shades of Slate Blue #6344DD
Tints of Slate Blue #6344DD
RGB
CMYK
RGB Variations
Color information
#6344DD (or 0x6344DD) is known color: Slate Blue. HEX triplet: 63, 44 and DD. RGB value is (99,68,221). Sum of RGB (Red+Green+Blue) = 99+68+221=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #6344DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344DD is #9CBB22. Grayscale: #5E5E5E. Windows color (decimal): -10271523 or 14500963. OLE color: 14500963.
HSL color Cylindrical-coordinate representation of color #6344DD: hue angle of 252.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6344DD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 68 | 221 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.13 |
| HSL | 252.16º | 0.69% | 0.57% | - |
| HSV(B) | 252.16º | 0.69% | 0.87% | - |
| XYZ | 20.26 | 12.01 | 69.66 | - |
| YUV | 94.71 | 199.27 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 221 | 0.55 | 0.69 | 0 | 0.13 | 252.16 | 0.69 | 0.57 |
| Hex | 63 | 44 | DD | 37 | 45 | 0 | D | FC | 45 | 39 |
| Octal | 143 | 104 | 335 | 67 | 105 | 0 | 15 | 374 | 105 | 71 |
| Binary | 1100011 | 1000100 | 11011101 | 110111 | 1000101 | 0 | 1101 | 11111100 | 1000101 | 111001 |
Color Harmonies of #6344DD
Complementary color
Monochromatic Colors of #6344DD
Black with #6344DD
Text Example
Text Example
White with #6344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6344DD; }
p { color: rgb(99,68,221); }
H1.HeaderClassName
{
color: #6344DD;
}
.AnyTagClassName
{
color: #6344DD;
}
</style>
background-color css
<style>
a { background-color: #6344DD; }
a { background-color: rgb(99,68,221); }
div.DivClassName
{
background-color: #6344DD;
}
.BgClassName
{
background-color: #6344DD;
}
</style>
border-color css
<style>
span { border-color: #6344DD; }
span { border-color: rgb(99,68,221); }
td.TdClassName
{
border-color: #6344DD;
}
.TagClassName
{
border-color: #6344DD;
}
</style>