Shades of Slate Blue #665DCF
Tints of Slate Blue #665DCF
RGB
CMYK
RGB Variations
Color information
#665DCF (or 0x665DCF) is known color: Slate Blue. HEX triplet: 66, 5D and CF. RGB value is (102,93,207). Sum of RGB (Red+Green+Blue) = 102+93+207=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #665DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DCF is #99A230. Grayscale: #6C6C6C. Windows color (decimal): -10068529 or 13589862. OLE color: 13589862.
HSL color Cylindrical-coordinate representation of color #665DCF: hue angle of 244.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665DCF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 93 | 207 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.19 |
| HSL | 244.74º | 0.54% | 0.59% | - |
| HSV(B) | 244.74º | 0.55% | 0.81% | - |
| XYZ | 20.66 | 15.16 | 60.87 | - |
| YUV | 108.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 207 | 0.51 | 0.55 | 0 | 0.19 | 244.74 | 0.54 | 0.59 |
| Hex | 66 | 5D | CF | 33 | 37 | 0 | 13 | F5 | 36 | 3B |
| Octal | 146 | 135 | 317 | 63 | 67 | 0 | 23 | 365 | 66 | 73 |
| Binary | 1100110 | 1011101 | 11001111 | 110011 | 110111 | 0 | 10011 | 11110101 | 110110 | 111011 |
Color Harmonies of #665DCF
Complementary color
Monochromatic Colors of #665DCF
Black with #665DCF
Text Example
Text Example
White with #665DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DCF; }
p { color: rgb(102,93,207); }
H1.HeaderClassName
{
color: #665DCF;
}
.AnyTagClassName
{
color: #665DCF;
}
</style>
background-color css
<style>
a { background-color: #665DCF; }
a { background-color: rgb(102,93,207); }
div.DivClassName
{
background-color: #665DCF;
}
.BgClassName
{
background-color: #665DCF;
}
</style>
border-color css
<style>
span { border-color: #665DCF; }
span { border-color: rgb(102,93,207); }
td.TdClassName
{
border-color: #665DCF;
}
.TagClassName
{
border-color: #665DCF;
}
</style>