Shades of Slate Blue #6352CF
Tints of Slate Blue #6352CF
RGB
CMYK
RGB Variations
Color information
#6352CF (or 0x6352CF) is known color: Slate Blue. HEX triplet: 63, 52 and CF. RGB value is (99,82,207). Sum of RGB (Red+Green+Blue) = 99+82+207=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #6352CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352CF is #9CAD30. Grayscale: #646464. Windows color (decimal): -10267953 or 13587043. OLE color: 13587043.
HSL color Cylindrical-coordinate representation of color #6352CF: hue angle of 248.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6352CF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 82 | 207 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.19 |
| HSL | 248.16º | 0.57% | 0.57% | - |
| HSV(B) | 248.16º | 0.6% | 0.81% | - |
| XYZ | 19.43 | 13.19 | 60.55 | - |
| YUV | 101.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 207 | 0.52 | 0.60 | 0 | 0.19 | 248.16 | 0.57 | 0.57 |
| Hex | 63 | 52 | CF | 34 | 3C | 0 | 13 | F8 | 39 | 39 |
| Octal | 143 | 122 | 317 | 64 | 74 | 0 | 23 | 370 | 71 | 71 |
| Binary | 1100011 | 1010010 | 11001111 | 110100 | 111100 | 0 | 10011 | 11111000 | 111001 | 111001 |
Color Harmonies of #6352CF
Complementary color
Monochromatic Colors of #6352CF
Black with #6352CF
Text Example
Text Example
White with #6352CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352CF; }
p { color: rgb(99,82,207); }
H1.HeaderClassName
{
color: #6352CF;
}
.AnyTagClassName
{
color: #6352CF;
}
</style>
background-color css
<style>
a { background-color: #6352CF; }
a { background-color: rgb(99,82,207); }
div.DivClassName
{
background-color: #6352CF;
}
.BgClassName
{
background-color: #6352CF;
}
</style>
border-color css
<style>
span { border-color: #6352CF; }
span { border-color: rgb(99,82,207); }
td.TdClassName
{
border-color: #6352CF;
}
.TagClassName
{
border-color: #6352CF;
}
</style>