Shades of Slate Blue #665DDD
Tints of Slate Blue #665DDD
RGB
CMYK
RGB Variations
Color information
#665DDD (or 0x665DDD) is known color: Slate Blue. HEX triplet: 66, 5D and DD. RGB value is (102,93,221). Sum of RGB (Red+Green+Blue) = 102+93+221=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #665DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DDD is #99A222. Grayscale: #6D6D6D. Windows color (decimal): -10068515 or 14507366. OLE color: 14507366.
HSL color Cylindrical-coordinate representation of color #665DDD: hue angle of 244.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665DDD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 93 | 221 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.13 |
| HSL | 244.22º | 0.65% | 0.62% | - |
| HSV(B) | 244.22º | 0.58% | 0.87% | - |
| XYZ | 22.44 | 15.87 | 70.29 | - |
| YUV | 110.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 221 | 0.54 | 0.58 | 0 | 0.13 | 244.22 | 0.65 | 0.62 |
| Hex | 66 | 5D | DD | 36 | 3A | 0 | D | F4 | 41 | 3E |
| Octal | 146 | 135 | 335 | 66 | 72 | 0 | 15 | 364 | 101 | 76 |
| Binary | 1100110 | 1011101 | 11011101 | 110110 | 111010 | 0 | 1101 | 11110100 | 1000001 | 111110 |
Color Harmonies of #665DDD
Complementary color
Monochromatic Colors of #665DDD
Black with #665DDD
Text Example
Text Example
White with #665DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DDD; }
p { color: rgb(102,93,221); }
H1.HeaderClassName
{
color: #665DDD;
}
.AnyTagClassName
{
color: #665DDD;
}
</style>
background-color css
<style>
a { background-color: #665DDD; }
a { background-color: rgb(102,93,221); }
div.DivClassName
{
background-color: #665DDD;
}
.BgClassName
{
background-color: #665DDD;
}
</style>
border-color css
<style>
span { border-color: #665DDD; }
span { border-color: rgb(102,93,221); }
td.TdClassName
{
border-color: #665DDD;
}
.TagClassName
{
border-color: #665DDD;
}
</style>