Shades of Slate Blue #665BDD
Tints of Slate Blue #665BDD
RGB
CMYK
RGB Variations
Color information
#665BDD (or 0x665BDD) is known color: Slate Blue. HEX triplet: 66, 5B and DD. RGB value is (102,91,221). Sum of RGB (Red+Green+Blue) = 102+91+221=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #665BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BDD is #99A422. Grayscale: #6C6C6C. Windows color (decimal): -10069027 or 14506854. OLE color: 14506854.
HSL color Cylindrical-coordinate representation of color #665BDD: hue angle of 245.08º 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 #665BDD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 91 | 221 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.13 |
| HSL | 245.08º | 0.66% | 0.61% | - |
| HSV(B) | 245.08º | 0.59% | 0.87% | - |
| XYZ | 22.27 | 15.53 | 70.23 | - |
| YUV | 109.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 221 | 0.54 | 0.59 | 0 | 0.13 | 245.08 | 0.66 | 0.61 |
| Hex | 66 | 5B | DD | 36 | 3B | 0 | D | F5 | 42 | 3D |
| Octal | 146 | 133 | 335 | 66 | 73 | 0 | 15 | 365 | 102 | 75 |
| Binary | 1100110 | 1011011 | 11011101 | 110110 | 111011 | 0 | 1101 | 11110101 | 1000010 | 111101 |
Color Harmonies of #665BDD
Complementary color
Monochromatic Colors of #665BDD
Black with #665BDD
Text Example
Text Example
White with #665BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BDD; }
p { color: rgb(102,91,221); }
H1.HeaderClassName
{
color: #665BDD;
}
.AnyTagClassName
{
color: #665BDD;
}
</style>
background-color css
<style>
a { background-color: #665BDD; }
a { background-color: rgb(102,91,221); }
div.DivClassName
{
background-color: #665BDD;
}
.BgClassName
{
background-color: #665BDD;
}
</style>
border-color css
<style>
span { border-color: #665BDD; }
span { border-color: rgb(102,91,221); }
td.TdClassName
{
border-color: #665BDD;
}
.TagClassName
{
border-color: #665BDD;
}
</style>