Shades of Slate Blue #665ADF
Tints of Slate Blue #665ADF
RGB
CMYK
RGB Variations
Color information
#665ADF (or 0x665ADF) is known color: Slate Blue. HEX triplet: 66, 5A and DF. RGB value is (102,90,223). Sum of RGB (Red+Green+Blue) = 102+90+223=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #665ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ADF is #99A520. Grayscale: #6C6C6C. Windows color (decimal): -10069281 or 14637670. OLE color: 14637670.
HSL color Cylindrical-coordinate representation of color #665ADF: hue angle of 245.41º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #665ADF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 90 | 223 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.13 |
| HSL | 245.41º | 0.68% | 0.61% | - |
| HSV(B) | 245.41º | 0.6% | 0.87% | - |
| XYZ | 22.45 | 15.46 | 71.61 | - |
| YUV | 108.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 223 | 0.54 | 0.60 | 0 | 0.13 | 245.41 | 0.68 | 0.61 |
| Hex | 66 | 5A | DF | 36 | 3C | 0 | D | F5 | 44 | 3D |
| Octal | 146 | 132 | 337 | 66 | 74 | 0 | 15 | 365 | 104 | 75 |
| Binary | 1100110 | 1011010 | 11011111 | 110110 | 111100 | 0 | 1101 | 11110101 | 1000100 | 111101 |
Color Harmonies of #665ADF
Complementary color
Monochromatic Colors of #665ADF
Black with #665ADF
Text Example
Text Example
White with #665ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ADF; }
p { color: rgb(102,90,223); }
H1.HeaderClassName
{
color: #665ADF;
}
.AnyTagClassName
{
color: #665ADF;
}
</style>
background-color css
<style>
a { background-color: #665ADF; }
a { background-color: rgb(102,90,223); }
div.DivClassName
{
background-color: #665ADF;
}
.BgClassName
{
background-color: #665ADF;
}
</style>
border-color css
<style>
span { border-color: #665ADF; }
span { border-color: rgb(102,90,223); }
td.TdClassName
{
border-color: #665ADF;
}
.TagClassName
{
border-color: #665ADF;
}
</style>