Shades of Slate Blue #665CD4
Tints of Slate Blue #665CD4
RGB
CMYK
RGB Variations
Color information
#665CD4 (or 0x665CD4) is known color: Slate Blue. HEX triplet: 66, 5C and D4. RGB value is (102,92,212). Sum of RGB (Red+Green+Blue) = 102+92+212=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #665CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CD4 is #99A32B. Grayscale: #6C6C6C. Windows color (decimal): -10068780 or 13917286. OLE color: 13917286.
HSL color Cylindrical-coordinate representation of color #665CD4: hue angle of 245º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665CD4 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 92 | 212 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.17 |
| HSL | 245º | 0.58% | 0.6% | - |
| HSV(B) | 245º | 0.57% | 0.83% | - |
| XYZ | 21.19 | 15.23 | 64.11 | - |
| YUV | 108.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 212 | 0.52 | 0.57 | 0 | 0.17 | 245 | 0.58 | 0.6 |
| Hex | 66 | 5C | D4 | 34 | 39 | 0 | 11 | F5 | 3A | 3C |
| Octal | 146 | 134 | 324 | 64 | 71 | 0 | 21 | 365 | 72 | 74 |
| Binary | 1100110 | 1011100 | 11010100 | 110100 | 111001 | 0 | 10001 | 11110101 | 111010 | 111100 |
Color Harmonies of #665CD4
Complementary color
Monochromatic Colors of #665CD4
Black with #665CD4
Text Example
Text Example
White with #665CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CD4; }
p { color: rgb(102,92,212); }
H1.HeaderClassName
{
color: #665CD4;
}
.AnyTagClassName
{
color: #665CD4;
}
</style>
background-color css
<style>
a { background-color: #665CD4; }
a { background-color: rgb(102,92,212); }
div.DivClassName
{
background-color: #665CD4;
}
.BgClassName
{
background-color: #665CD4;
}
</style>
border-color css
<style>
span { border-color: #665CD4; }
span { border-color: rgb(102,92,212); }
td.TdClassName
{
border-color: #665CD4;
}
.TagClassName
{
border-color: #665CD4;
}
</style>