Shades of Slate Blue #665BD2
Tints of Slate Blue #665BD2
RGB
CMYK
RGB Variations
Color information
#665BD2 (or 0x665BD2) is known color: Slate Blue. HEX triplet: 66, 5B and D2. RGB value is (102,91,210). Sum of RGB (Red+Green+Blue) = 102+91+210=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #665BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BD2 is #99A42D. Grayscale: #6B6B6B. Windows color (decimal): -10069038 or 13785958. OLE color: 13785958.
HSL color Cylindrical-coordinate representation of color #665BD2: hue angle of 245.55º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665BD2 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 91 | 210 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.18 |
| HSL | 245.55º | 0.57% | 0.59% | - |
| HSV(B) | 245.55º | 0.57% | 0.82% | - |
| XYZ | 20.85 | 14.96 | 62.76 | - |
| YUV | 107.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 210 | 0.51 | 0.57 | 0 | 0.18 | 245.55 | 0.57 | 0.59 |
| Hex | 66 | 5B | D2 | 33 | 39 | 0 | 12 | F6 | 39 | 3B |
| Octal | 146 | 133 | 322 | 63 | 71 | 0 | 22 | 366 | 71 | 73 |
| Binary | 1100110 | 1011011 | 11010010 | 110011 | 111001 | 0 | 10010 | 11110110 | 111001 | 111011 |
Color Harmonies of #665BD2
Complementary color
Monochromatic Colors of #665BD2
Black with #665BD2
Text Example
Text Example
White with #665BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BD2; }
p { color: rgb(102,91,210); }
H1.HeaderClassName
{
color: #665BD2;
}
.AnyTagClassName
{
color: #665BD2;
}
</style>
background-color css
<style>
a { background-color: #665BD2; }
a { background-color: rgb(102,91,210); }
div.DivClassName
{
background-color: #665BD2;
}
.BgClassName
{
background-color: #665BD2;
}
</style>
border-color css
<style>
span { border-color: #665BD2; }
span { border-color: rgb(102,91,210); }
td.TdClassName
{
border-color: #665BD2;
}
.TagClassName
{
border-color: #665BD2;
}
</style>