Shades of Slate Blue #665DBF
Tints of Slate Blue #665DBF
RGB
CMYK
RGB Variations
Color information
#665DBF (or 0x665DBF) is known color: Slate Blue. HEX triplet: 66, 5D and BF. RGB value is (102,93,191). Sum of RGB (Red+Green+Blue) = 102+93+191=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #665DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DBF is #99A240. Grayscale: #6A6A6A. Windows color (decimal): -10068545 or 12541286. OLE color: 12541286.
HSL color Cylindrical-coordinate representation of color #665DBF: hue angle of 245.51º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665DBF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 93 | 191 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.25 |
| HSL | 245.51º | 0.43% | 0.56% | - |
| HSV(B) | 245.51º | 0.51% | 0.75% | - |
| XYZ | 18.8 | 14.42 | 51.08 | - |
| YUV | 106.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 191 | 0.47 | 0.51 | 0 | 0.25 | 245.51 | 0.43 | 0.56 |
| Hex | 66 | 5D | BF | 2F | 33 | 0 | 19 | F6 | 2B | 38 |
| Octal | 146 | 135 | 277 | 57 | 63 | 0 | 31 | 366 | 53 | 70 |
| Binary | 1100110 | 1011101 | 10111111 | 101111 | 110011 | 0 | 11001 | 11110110 | 101011 | 111000 |
Color Harmonies of #665DBF
Complementary color
Monochromatic Colors of #665DBF
Black with #665DBF
Text Example
Text Example
White with #665DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DBF; }
p { color: rgb(102,93,191); }
H1.HeaderClassName
{
color: #665DBF;
}
.AnyTagClassName
{
color: #665DBF;
}
</style>
background-color css
<style>
a { background-color: #665DBF; }
a { background-color: rgb(102,93,191); }
div.DivClassName
{
background-color: #665DBF;
}
.BgClassName
{
background-color: #665DBF;
}
</style>
border-color css
<style>
span { border-color: #665DBF; }
span { border-color: rgb(102,93,191); }
td.TdClassName
{
border-color: #665DBF;
}
.TagClassName
{
border-color: #665DBF;
}
</style>