Shades of Slate Blue #665EDA
Tints of Slate Blue #665EDA
RGB
CMYK
RGB Variations
Color information
#665EDA (or 0x665EDA) is known color: Slate Blue. HEX triplet: 66, 5E and DA. RGB value is (102,94,218). Sum of RGB (Red+Green+Blue) = 102+94+218=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #665EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EDA is #99A125. Grayscale: #6E6E6E. Windows color (decimal): -10068262 or 14311014. OLE color: 14311014.
HSL color Cylindrical-coordinate representation of color #665EDA: hue angle of 243.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665EDA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 94 | 218 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.15 |
| HSL | 243.87º | 0.63% | 0.61% | - |
| HSV(B) | 243.87º | 0.57% | 0.85% | - |
| XYZ | 22.14 | 15.89 | 68.23 | - |
| YUV | 110.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 218 | 0.53 | 0.57 | 0 | 0.15 | 243.87 | 0.63 | 0.61 |
| Hex | 66 | 5E | DA | 35 | 39 | 0 | F | F4 | 3F | 3D |
| Octal | 146 | 136 | 332 | 65 | 71 | 0 | 17 | 364 | 77 | 75 |
| Binary | 1100110 | 1011110 | 11011010 | 110101 | 111001 | 0 | 1111 | 11110100 | 111111 | 111101 |
Color Harmonies of #665EDA
Complementary color
Monochromatic Colors of #665EDA
Black with #665EDA
Text Example
Text Example
White with #665EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EDA; }
p { color: rgb(102,94,218); }
H1.HeaderClassName
{
color: #665EDA;
}
.AnyTagClassName
{
color: #665EDA;
}
</style>
background-color css
<style>
a { background-color: #665EDA; }
a { background-color: rgb(102,94,218); }
div.DivClassName
{
background-color: #665EDA;
}
.BgClassName
{
background-color: #665EDA;
}
</style>
border-color css
<style>
span { border-color: #665EDA; }
span { border-color: rgb(102,94,218); }
td.TdClassName
{
border-color: #665EDA;
}
.TagClassName
{
border-color: #665EDA;
}
</style>