Shades of Slate Blue #6655BF
Tints of Slate Blue #6655BF
RGB
CMYK
RGB Variations
Color information
#6655BF (or 0x6655BF) is known color: Slate Blue. HEX triplet: 66, 55 and BF. RGB value is (102,85,191). Sum of RGB (Red+Green+Blue) = 102+85+191=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6655BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655BF is #99AA40. Grayscale: #656565. Windows color (decimal): -10070593 or 12539238. OLE color: 12539238.
HSL color Cylindrical-coordinate representation of color #6655BF: hue angle of 249.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6655BF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 85 | 191 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.25 |
| HSL | 249.62º | 0.45% | 0.54% | - |
| HSV(B) | 249.62º | 0.55% | 0.75% | - |
| XYZ | 18.13 | 13.08 | 50.86 | - |
| YUV | 102.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 191 | 0.47 | 0.55 | 0 | 0.25 | 249.62 | 0.45 | 0.54 |
| Hex | 66 | 55 | BF | 2F | 37 | 0 | 19 | FA | 2D | 36 |
| Octal | 146 | 125 | 277 | 57 | 67 | 0 | 31 | 372 | 55 | 66 |
| Binary | 1100110 | 1010101 | 10111111 | 101111 | 110111 | 0 | 11001 | 11111010 | 101101 | 110110 |
Color Harmonies of #6655BF
Complementary color
Monochromatic Colors of #6655BF
Black with #6655BF
Text Example
Text Example
White with #6655BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655BF; }
p { color: rgb(102,85,191); }
H1.HeaderClassName
{
color: #6655BF;
}
.AnyTagClassName
{
color: #6655BF;
}
</style>
background-color css
<style>
a { background-color: #6655BF; }
a { background-color: rgb(102,85,191); }
div.DivClassName
{
background-color: #6655BF;
}
.BgClassName
{
background-color: #6655BF;
}
</style>
border-color css
<style>
span { border-color: #6655BF; }
span { border-color: rgb(102,85,191); }
td.TdClassName
{
border-color: #6655BF;
}
.TagClassName
{
border-color: #6655BF;
}
</style>