Shades of Slate Blue #6659BF
Tints of Slate Blue #6659BF
RGB
CMYK
RGB Variations
Color information
#6659BF (or 0x6659BF) is known color: Slate Blue. HEX triplet: 66, 59 and BF. RGB value is (102,89,191). Sum of RGB (Red+Green+Blue) = 102+89+191=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #6659BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6659BF is #99A640. Grayscale: #686868. Windows color (decimal): -10069569 or 12540262. OLE color: 12540262.
HSL color Cylindrical-coordinate representation of color #6659BF: hue angle of 247.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6659BF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 89 | 191 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.25 |
| HSL | 247.65º | 0.44% | 0.55% | - |
| HSV(B) | 247.65º | 0.53% | 0.75% | - |
| XYZ | 18.46 | 13.73 | 50.97 | - |
| YUV | 104.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 191 | 0.47 | 0.53 | 0 | 0.25 | 247.65 | 0.44 | 0.55 |
| Hex | 66 | 59 | BF | 2F | 35 | 0 | 19 | F8 | 2C | 37 |
| Octal | 146 | 131 | 277 | 57 | 65 | 0 | 31 | 370 | 54 | 67 |
| Binary | 1100110 | 1011001 | 10111111 | 101111 | 110101 | 0 | 11001 | 11111000 | 101100 | 110111 |
Color Harmonies of #6659BF
Complementary color
Monochromatic Colors of #6659BF
Black with #6659BF
Text Example
Text Example
White with #6659BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6659BF; }
p { color: rgb(102,89,191); }
H1.HeaderClassName
{
color: #6659BF;
}
.AnyTagClassName
{
color: #6659BF;
}
</style>
background-color css
<style>
a { background-color: #6659BF; }
a { background-color: rgb(102,89,191); }
div.DivClassName
{
background-color: #6659BF;
}
.BgClassName
{
background-color: #6659BF;
}
</style>
border-color css
<style>
span { border-color: #6659BF; }
span { border-color: rgb(102,89,191); }
td.TdClassName
{
border-color: #6659BF;
}
.TagClassName
{
border-color: #6659BF;
}
</style>