Shades of Slate Blue #6344CC
Tints of Slate Blue #6344CC
RGB
CMYK
RGB Variations
Color information
#6344CC (or 0x6344CC) is known color: Slate Blue. HEX triplet: 63, 44 and CC. RGB value is (99,68,204). Sum of RGB (Red+Green+Blue) = 99+68+204=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6344CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344CC is #9CBB33. Grayscale: #5C5C5C. Windows color (decimal): -10271540 or 13386851. OLE color: 13386851.
HSL color Cylindrical-coordinate representation of color #6344CC: hue angle of 253.68º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6344CC is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 68 | 204 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.2 |
| HSL | 253.68º | 0.57% | 0.53% | - |
| HSV(B) | 253.68º | 0.67% | 0.8% | - |
| XYZ | 18.11 | 11.15 | 58.32 | - |
| YUV | 92.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 204 | 0.51 | 0.67 | 0 | 0.2 | 253.68 | 0.57 | 0.53 |
| Hex | 63 | 44 | CC | 33 | 43 | 0 | 14 | FE | 39 | 35 |
| Octal | 143 | 104 | 314 | 63 | 103 | 0 | 24 | 376 | 71 | 65 |
| Binary | 1100011 | 1000100 | 11001100 | 110011 | 1000011 | 0 | 10100 | 11111110 | 111001 | 110101 |
Color Harmonies of #6344CC
Complementary color
Monochromatic Colors of #6344CC
Black with #6344CC
Text Example
Text Example
White with #6344CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6344CC; }
p { color: rgb(99,68,204); }
H1.HeaderClassName
{
color: #6344CC;
}
.AnyTagClassName
{
color: #6344CC;
}
</style>
background-color css
<style>
a { background-color: #6344CC; }
a { background-color: rgb(99,68,204); }
div.DivClassName
{
background-color: #6344CC;
}
.BgClassName
{
background-color: #6344CC;
}
</style>
border-color css
<style>
span { border-color: #6344CC; }
span { border-color: rgb(99,68,204); }
td.TdClassName
{
border-color: #6344CC;
}
.TagClassName
{
border-color: #6344CC;
}
</style>