Shades of Slate Blue #665BDF
Tints of Slate Blue #665BDF
RGB
CMYK
RGB Variations
Color information
#665BDF (or 0x665BDF) is known color: Slate Blue. HEX triplet: 66, 5B and DF. RGB value is (102,91,223). Sum of RGB (Red+Green+Blue) = 102+91+223=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #665BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BDF is #99A420. Grayscale: #6C6C6C. Windows color (decimal): -10069025 or 14637926. OLE color: 14637926.
HSL color Cylindrical-coordinate representation of color #665BDF: hue angle of 245º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #665BDF is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 91 | 223 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.13 |
| HSL | 245º | 0.67% | 0.62% | - |
| HSV(B) | 245º | 0.59% | 0.87% | - |
| XYZ | 22.54 | 15.63 | 71.64 | - |
| YUV | 109.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 223 | 0.54 | 0.59 | 0 | 0.13 | 245 | 0.67 | 0.62 |
| Hex | 66 | 5B | DF | 36 | 3B | 0 | D | F5 | 43 | 3E |
| Octal | 146 | 133 | 337 | 66 | 73 | 0 | 15 | 365 | 103 | 76 |
| Binary | 1100110 | 1011011 | 11011111 | 110110 | 111011 | 0 | 1101 | 11110101 | 1000011 | 111110 |
Color Harmonies of #665BDF
Complementary color
Monochromatic Colors of #665BDF
Black with #665BDF
Text Example
Text Example
White with #665BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BDF; }
p { color: rgb(102,91,223); }
H1.HeaderClassName
{
color: #665BDF;
}
.AnyTagClassName
{
color: #665BDF;
}
</style>
background-color css
<style>
a { background-color: #665BDF; }
a { background-color: rgb(102,91,223); }
div.DivClassName
{
background-color: #665BDF;
}
.BgClassName
{
background-color: #665BDF;
}
</style>
border-color css
<style>
span { border-color: #665BDF; }
span { border-color: rgb(102,91,223); }
td.TdClassName
{
border-color: #665BDF;
}
.TagClassName
{
border-color: #665BDF;
}
</style>