Shades of Slate Blue #6663C1
Tints of Slate Blue #6663C1
RGB
CMYK
RGB Variations
Color information
#6663C1 (or 0x6663C1) is known color: Slate Blue. HEX triplet: 66, 63 and C1. RGB value is (102,99,193). Sum of RGB (Red+Green+Blue) = 102+99+193=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #6663C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6663C1 is #999C3E. Grayscale: #6E6E6E. Windows color (decimal): -10067007 or 12673894. OLE color: 12673894.
HSL color Cylindrical-coordinate representation of color #6663C1: hue angle of 241.91º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6663C1 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 99 | 193 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.24 |
| HSL | 241.91º | 0.43% | 0.57% | - |
| HSV(B) | 241.91º | 0.49% | 0.76% | - |
| XYZ | 19.57 | 15.6 | 52.43 | - |
| YUV | 110.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 193 | 0.47 | 0.49 | 0 | 0.24 | 241.91 | 0.43 | 0.57 |
| Hex | 66 | 63 | C1 | 2F | 31 | 0 | 18 | F2 | 2B | 39 |
| Octal | 146 | 143 | 301 | 57 | 61 | 0 | 30 | 362 | 53 | 71 |
| Binary | 1100110 | 1100011 | 11000001 | 101111 | 110001 | 0 | 11000 | 11110010 | 101011 | 111001 |
Color Harmonies of #6663C1
Complementary color
Monochromatic Colors of #6663C1
Black with #6663C1
Text Example
Text Example
White with #6663C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6663C1; }
p { color: rgb(102,99,193); }
H1.HeaderClassName
{
color: #6663C1;
}
.AnyTagClassName
{
color: #6663C1;
}
</style>
background-color css
<style>
a { background-color: #6663C1; }
a { background-color: rgb(102,99,193); }
div.DivClassName
{
background-color: #6663C1;
}
.BgClassName
{
background-color: #6663C1;
}
</style>
border-color css
<style>
span { border-color: #6663C1; }
span { border-color: rgb(102,99,193); }
td.TdClassName
{
border-color: #6663C1;
}
.TagClassName
{
border-color: #6663C1;
}
</style>