Shades of Slate Blue #6344CF
Tints of Slate Blue #6344CF
RGB
CMYK
RGB Variations
Color information
#6344CF (or 0x6344CF) is known color: Slate Blue. HEX triplet: 63, 44 and CF. RGB value is (99,68,207). Sum of RGB (Red+Green+Blue) = 99+68+207=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6344CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344CF is #9CBB30. Grayscale: #5C5C5C. Windows color (decimal): -10271537 or 13583459. OLE color: 13583459.
HSL color Cylindrical-coordinate representation of color #6344CF: hue angle of 253.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6344CF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 68 | 207 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.19 |
| HSL | 253.38º | 0.59% | 0.54% | - |
| HSV(B) | 253.38º | 0.67% | 0.81% | - |
| XYZ | 18.48 | 11.29 | 60.24 | - |
| YUV | 93.12 | 192.27 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 207 | 0.52 | 0.67 | 0 | 0.19 | 253.38 | 0.59 | 0.54 |
| Hex | 63 | 44 | CF | 34 | 43 | 0 | 13 | FD | 3B | 36 |
| Octal | 143 | 104 | 317 | 64 | 103 | 0 | 23 | 375 | 73 | 66 |
| Binary | 1100011 | 1000100 | 11001111 | 110100 | 1000011 | 0 | 10011 | 11111101 | 111011 | 110110 |
Color Harmonies of #6344CF
Complementary color
Monochromatic Colors of #6344CF
Black with #6344CF
Text Example
Text Example
White with #6344CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6344CF; }
p { color: rgb(99,68,207); }
H1.HeaderClassName
{
color: #6344CF;
}
.AnyTagClassName
{
color: #6344CF;
}
</style>
background-color css
<style>
a { background-color: #6344CF; }
a { background-color: rgb(99,68,207); }
div.DivClassName
{
background-color: #6344CF;
}
.BgClassName
{
background-color: #6344CF;
}
</style>
border-color css
<style>
span { border-color: #6344CF; }
span { border-color: rgb(99,68,207); }
td.TdClassName
{
border-color: #6344CF;
}
.TagClassName
{
border-color: #6344CF;
}
</style>