Shades of Slate Blue #6354CF
Tints of Slate Blue #6354CF
RGB
CMYK
RGB Variations
Color information
#6354CF (or 0x6354CF) is known color: Slate Blue. HEX triplet: 63, 54 and CF. RGB value is (99,84,207). Sum of RGB (Red+Green+Blue) = 99+84+207=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #6354CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354CF is #9CAB30. Grayscale: #666666. Windows color (decimal): -10267441 or 13587555. OLE color: 13587555.
HSL color Cylindrical-coordinate representation of color #6354CF: hue angle of 247.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6354CF is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 84 | 207 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.19 |
| HSL | 247.32º | 0.56% | 0.57% | - |
| HSV(B) | 247.32º | 0.59% | 0.81% | - |
| XYZ | 19.58 | 13.5 | 60.61 | - |
| YUV | 102.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 207 | 0.52 | 0.59 | 0 | 0.19 | 247.32 | 0.56 | 0.57 |
| Hex | 63 | 54 | CF | 34 | 3B | 0 | 13 | F7 | 38 | 39 |
| Octal | 143 | 124 | 317 | 64 | 73 | 0 | 23 | 367 | 70 | 71 |
| Binary | 1100011 | 1010100 | 11001111 | 110100 | 111011 | 0 | 10011 | 11110111 | 111000 | 111001 |
Color Harmonies of #6354CF
Complementary color
Monochromatic Colors of #6354CF
Black with #6354CF
Text Example
Text Example
White with #6354CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354CF; }
p { color: rgb(99,84,207); }
H1.HeaderClassName
{
color: #6354CF;
}
.AnyTagClassName
{
color: #6354CF;
}
</style>
background-color css
<style>
a { background-color: #6354CF; }
a { background-color: rgb(99,84,207); }
div.DivClassName
{
background-color: #6354CF;
}
.BgClassName
{
background-color: #6354CF;
}
</style>
border-color css
<style>
span { border-color: #6354CF; }
span { border-color: rgb(99,84,207); }
td.TdClassName
{
border-color: #6354CF;
}
.TagClassName
{
border-color: #6354CF;
}
</style>