Shades of Slate Blue #6663BF
Tints of Slate Blue #6663BF
RGB
CMYK
RGB Variations
Color information
#6663BF (or 0x6663BF) is known color: Slate Blue. HEX triplet: 66, 63 and BF. RGB value is (102,99,191). Sum of RGB (Red+Green+Blue) = 102+99+191=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6663BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6663BF is #999C40. Grayscale: #6E6E6E. Windows color (decimal): -10067009 or 12542822. OLE color: 12542822.
HSL color Cylindrical-coordinate representation of color #6663BF: hue angle of 241.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6663BF is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 99 | 191 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.25 |
| HSL | 241.96º | 0.42% | 0.57% | - |
| HSV(B) | 241.96º | 0.48% | 0.75% | - |
| XYZ | 19.35 | 15.51 | 51.26 | - |
| YUV | 110.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 191 | 0.47 | 0.48 | 0 | 0.25 | 241.96 | 0.42 | 0.57 |
| Hex | 66 | 63 | BF | 2F | 30 | 0 | 19 | F2 | 2A | 39 |
| Octal | 146 | 143 | 277 | 57 | 60 | 0 | 31 | 362 | 52 | 71 |
| Binary | 1100110 | 1100011 | 10111111 | 101111 | 110000 | 0 | 11001 | 11110010 | 101010 | 111001 |
Color Harmonies of #6663BF
Complementary color
Monochromatic Colors of #6663BF
Black with #6663BF
Text Example
Text Example
White with #6663BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6663BF; }
p { color: rgb(102,99,191); }
H1.HeaderClassName
{
color: #6663BF;
}
.AnyTagClassName
{
color: #6663BF;
}
</style>
background-color css
<style>
a { background-color: #6663BF; }
a { background-color: rgb(102,99,191); }
div.DivClassName
{
background-color: #6663BF;
}
.BgClassName
{
background-color: #6663BF;
}
</style>
border-color css
<style>
span { border-color: #6663BF; }
span { border-color: rgb(102,99,191); }
td.TdClassName
{
border-color: #6663BF;
}
.TagClassName
{
border-color: #6663BF;
}
</style>