Shades of Slate Blue #665ECB
Tints of Slate Blue #665ECB
RGB
CMYK
RGB Variations
Color information
#665ECB (or 0x665ECB) is known color: Slate Blue. HEX triplet: 66, 5E and CB. RGB value is (102,94,203). Sum of RGB (Red+Green+Blue) = 102+94+203=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #665ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ECB is #99A134. Grayscale: #6C6C6C. Windows color (decimal): -10068277 or 13327974. OLE color: 13327974.
HSL color Cylindrical-coordinate representation of color #665ECB: hue angle of 244.4º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665ECB is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 94 | 203 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.20 |
| HSL | 244.4º | 0.51% | 0.58% | - |
| HSV(B) | 244.4º | 0.54% | 0.8% | - |
| XYZ | 20.26 | 15.14 | 58.35 | - |
| YUV | 108.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 203 | 0.50 | 0.54 | 0 | 0.20 | 244.4 | 0.51 | 0.58 |
| Hex | 66 | 5E | CB | 32 | 36 | 0 | 14 | F4 | 33 | 3A |
| Octal | 146 | 136 | 313 | 62 | 66 | 0 | 24 | 364 | 63 | 72 |
| Binary | 1100110 | 1011110 | 11001011 | 110010 | 110110 | 0 | 10100 | 11110100 | 110011 | 111010 |
Color Harmonies of #665ECB
Complementary color
Monochromatic Colors of #665ECB
Black with #665ECB
Text Example
Text Example
White with #665ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ECB; }
p { color: rgb(102,94,203); }
H1.HeaderClassName
{
color: #665ECB;
}
.AnyTagClassName
{
color: #665ECB;
}
</style>
background-color css
<style>
a { background-color: #665ECB; }
a { background-color: rgb(102,94,203); }
div.DivClassName
{
background-color: #665ECB;
}
.BgClassName
{
background-color: #665ECB;
}
</style>
border-color css
<style>
span { border-color: #665ECB; }
span { border-color: rgb(102,94,203); }
td.TdClassName
{
border-color: #665ECB;
}
.TagClassName
{
border-color: #665ECB;
}
</style>