Shades of Slate Blue #665BDE
Tints of Slate Blue #665BDE
RGB
CMYK
RGB Variations
Color information
#665BDE (or 0x665BDE) is known color: Slate Blue. HEX triplet: 66, 5B and DE. RGB value is (102,91,222). Sum of RGB (Red+Green+Blue) = 102+91+222=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #665BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BDE is #99A421. Grayscale: #6C6C6C. Windows color (decimal): -10069026 or 14572390. OLE color: 14572390.
HSL color Cylindrical-coordinate representation of color #665BDE: hue angle of 245.04º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #665BDE is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 91 | 222 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.13 |
| HSL | 245.04º | 0.66% | 0.61% | - |
| HSV(B) | 245.04º | 0.59% | 0.87% | - |
| XYZ | 22.41 | 15.58 | 70.93 | - |
| YUV | 109.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 222 | 0.54 | 0.59 | 0 | 0.13 | 245.04 | 0.66 | 0.61 |
| Hex | 66 | 5B | DE | 36 | 3B | 0 | D | F5 | 42 | 3D |
| Octal | 146 | 133 | 336 | 66 | 73 | 0 | 15 | 365 | 102 | 75 |
| Binary | 1100110 | 1011011 | 11011110 | 110110 | 111011 | 0 | 1101 | 11110101 | 1000010 | 111101 |
Color Harmonies of #665BDE
Complementary color
Monochromatic Colors of #665BDE
Black with #665BDE
Text Example
Text Example
White with #665BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BDE; }
p { color: rgb(102,91,222); }
H1.HeaderClassName
{
color: #665BDE;
}
.AnyTagClassName
{
color: #665BDE;
}
</style>
background-color css
<style>
a { background-color: #665BDE; }
a { background-color: rgb(102,91,222); }
div.DivClassName
{
background-color: #665BDE;
}
.BgClassName
{
background-color: #665BDE;
}
</style>
border-color css
<style>
span { border-color: #665BDE; }
span { border-color: rgb(102,91,222); }
td.TdClassName
{
border-color: #665BDE;
}
.TagClassName
{
border-color: #665BDE;
}
</style>