Shades of Slate Blue #665FD0
Tints of Slate Blue #665FD0
RGB
CMYK
RGB Variations
Color information
#665FD0 (or 0x665FD0) is known color: Slate Blue. HEX triplet: 66, 5F and D0. RGB value is (102,95,208). Sum of RGB (Red+Green+Blue) = 102+95+208=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #665FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FD0 is #99A02F. Grayscale: #6D6D6D. Windows color (decimal): -10068016 or 13655910. OLE color: 13655910.
HSL color Cylindrical-coordinate representation of color #665FD0: hue angle of 243.72º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665FD0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 95 | 208 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.18 |
| HSL | 243.72º | 0.55% | 0.59% | - |
| HSV(B) | 243.72º | 0.54% | 0.82% | - |
| XYZ | 20.96 | 15.56 | 61.57 | - |
| YUV | 109.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 208 | 0.51 | 0.54 | 0 | 0.18 | 243.72 | 0.55 | 0.59 |
| Hex | 66 | 5F | D0 | 33 | 36 | 0 | 12 | F4 | 37 | 3B |
| Octal | 146 | 137 | 320 | 63 | 66 | 0 | 22 | 364 | 67 | 73 |
| Binary | 1100110 | 1011111 | 11010000 | 110011 | 110110 | 0 | 10010 | 11110100 | 110111 | 111011 |
Color Harmonies of #665FD0
Complementary color
Monochromatic Colors of #665FD0
Black with #665FD0
Text Example
Text Example
White with #665FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FD0; }
p { color: rgb(102,95,208); }
H1.HeaderClassName
{
color: #665FD0;
}
.AnyTagClassName
{
color: #665FD0;
}
</style>
background-color css
<style>
a { background-color: #665FD0; }
a { background-color: rgb(102,95,208); }
div.DivClassName
{
background-color: #665FD0;
}
.BgClassName
{
background-color: #665FD0;
}
</style>
border-color css
<style>
span { border-color: #665FD0; }
span { border-color: rgb(102,95,208); }
td.TdClassName
{
border-color: #665FD0;
}
.TagClassName
{
border-color: #665FD0;
}
</style>