Shades of Slate Blue #665BBF
Tints of Slate Blue #665BBF
RGB
CMYK
RGB Variations
Color information
#665BBF (or 0x665BBF) is known color: Slate Blue. HEX triplet: 66, 5B and BF. RGB value is (102,91,191). Sum of RGB (Red+Green+Blue) = 102+91+191=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #665BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBF is #99A440. Grayscale: #696969. Windows color (decimal): -10069057 or 12540774. OLE color: 12540774.
HSL color Cylindrical-coordinate representation of color #665BBF: hue angle of 246.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665BBF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 91 | 191 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.25 |
| HSL | 246.6º | 0.44% | 0.55% | - |
| HSV(B) | 246.6º | 0.52% | 0.75% | - |
| XYZ | 18.62 | 14.07 | 51.02 | - |
| YUV | 105.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 191 | 0.47 | 0.52 | 0 | 0.25 | 246.6 | 0.44 | 0.55 |
| Hex | 66 | 5B | BF | 2F | 34 | 0 | 19 | F7 | 2C | 37 |
| Octal | 146 | 133 | 277 | 57 | 64 | 0 | 31 | 367 | 54 | 67 |
| Binary | 1100110 | 1011011 | 10111111 | 101111 | 110100 | 0 | 11001 | 11110111 | 101100 | 110111 |
Color Harmonies of #665BBF
Complementary color
Monochromatic Colors of #665BBF
Black with #665BBF
Text Example
Text Example
White with #665BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BBF; }
p { color: rgb(102,91,191); }
H1.HeaderClassName
{
color: #665BBF;
}
.AnyTagClassName
{
color: #665BBF;
}
</style>
background-color css
<style>
a { background-color: #665BBF; }
a { background-color: rgb(102,91,191); }
div.DivClassName
{
background-color: #665BBF;
}
.BgClassName
{
background-color: #665BBF;
}
</style>
border-color css
<style>
span { border-color: #665BBF; }
span { border-color: rgb(102,91,191); }
td.TdClassName
{
border-color: #665BBF;
}
.TagClassName
{
border-color: #665BBF;
}
</style>