Shades of Slate Blue #6659CF
Tints of Slate Blue #6659CF
RGB
CMYK
RGB Variations
Color information
#6659CF (or 0x6659CF) is known color: Slate Blue. HEX triplet: 66, 59 and CF. RGB value is (102,89,207). Sum of RGB (Red+Green+Blue) = 102+89+207=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #6659CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6659CF is #99A630. Grayscale: #696969. Windows color (decimal): -10069553 or 13588838. OLE color: 13588838.
HSL color Cylindrical-coordinate representation of color #6659CF: hue angle of 246.61º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6659CF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 89 | 207 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.19 |
| HSL | 246.61º | 0.55% | 0.58% | - |
| HSV(B) | 246.61º | 0.57% | 0.81% | - |
| XYZ | 20.31 | 14.47 | 60.75 | - |
| YUV | 106.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 207 | 0.51 | 0.57 | 0 | 0.19 | 246.61 | 0.55 | 0.58 |
| Hex | 66 | 59 | CF | 33 | 39 | 0 | 13 | F7 | 37 | 3A |
| Octal | 146 | 131 | 317 | 63 | 71 | 0 | 23 | 367 | 67 | 72 |
| Binary | 1100110 | 1011001 | 11001111 | 110011 | 111001 | 0 | 10011 | 11110111 | 110111 | 111010 |
Color Harmonies of #6659CF
Complementary color
Monochromatic Colors of #6659CF
Black with #6659CF
Text Example
Text Example
White with #6659CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6659CF; }
p { color: rgb(102,89,207); }
H1.HeaderClassName
{
color: #6659CF;
}
.AnyTagClassName
{
color: #6659CF;
}
</style>
background-color css
<style>
a { background-color: #6659CF; }
a { background-color: rgb(102,89,207); }
div.DivClassName
{
background-color: #6659CF;
}
.BgClassName
{
background-color: #6659CF;
}
</style>
border-color css
<style>
span { border-color: #6659CF; }
span { border-color: rgb(102,89,207); }
td.TdClassName
{
border-color: #6659CF;
}
.TagClassName
{
border-color: #6659CF;
}
</style>