Shades of Slate Blue #665ABF
Tints of Slate Blue #665ABF
RGB
CMYK
RGB Variations
Color information
#665ABF (or 0x665ABF) is known color: Slate Blue. HEX triplet: 66, 5A and BF. RGB value is (102,90,191). Sum of RGB (Red+Green+Blue) = 102+90+191=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #665ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ABF is #99A540. Grayscale: #686868. Windows color (decimal): -10069313 or 12540518. OLE color: 12540518.
HSL color Cylindrical-coordinate representation of color #665ABF: hue angle of 247.13º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665ABF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 90 | 191 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.25 |
| HSL | 247.13º | 0.44% | 0.55% | - |
| HSV(B) | 247.13º | 0.53% | 0.75% | - |
| XYZ | 18.54 | 13.9 | 51 | - |
| YUV | 105.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 191 | 0.47 | 0.53 | 0 | 0.25 | 247.13 | 0.44 | 0.55 |
| Hex | 66 | 5A | BF | 2F | 35 | 0 | 19 | F7 | 2C | 37 |
| Octal | 146 | 132 | 277 | 57 | 65 | 0 | 31 | 367 | 54 | 67 |
| Binary | 1100110 | 1011010 | 10111111 | 101111 | 110101 | 0 | 11001 | 11110111 | 101100 | 110111 |
Color Harmonies of #665ABF
Complementary color
Monochromatic Colors of #665ABF
Black with #665ABF
Text Example
Text Example
White with #665ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ABF; }
p { color: rgb(102,90,191); }
H1.HeaderClassName
{
color: #665ABF;
}
.AnyTagClassName
{
color: #665ABF;
}
</style>
background-color css
<style>
a { background-color: #665ABF; }
a { background-color: rgb(102,90,191); }
div.DivClassName
{
background-color: #665ABF;
}
.BgClassName
{
background-color: #665ABF;
}
</style>
border-color css
<style>
span { border-color: #665ABF; }
span { border-color: rgb(102,90,191); }
td.TdClassName
{
border-color: #665ABF;
}
.TagClassName
{
border-color: #665ABF;
}
</style>