Shades of Slate Blue #665CDA
Tints of Slate Blue #665CDA
RGB
CMYK
RGB Variations
Color information
#665CDA (or 0x665CDA) is known color: Slate Blue. HEX triplet: 66, 5C and DA. RGB value is (102,92,218). Sum of RGB (Red+Green+Blue) = 102+92+218=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #665CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CDA is #99A325. Grayscale: #6C6C6C. Windows color (decimal): -10068774 or 14310502. OLE color: 14310502.
HSL color Cylindrical-coordinate representation of color #665CDA: hue angle of 244.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665CDA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 92 | 218 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.15 |
| HSL | 244.76º | 0.63% | 0.61% | - |
| HSV(B) | 244.76º | 0.58% | 0.85% | - |
| XYZ | 21.96 | 15.54 | 68.17 | - |
| YUV | 109.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 218 | 0.53 | 0.58 | 0 | 0.15 | 244.76 | 0.63 | 0.61 |
| Hex | 66 | 5C | DA | 35 | 3A | 0 | F | F5 | 3F | 3D |
| Octal | 146 | 134 | 332 | 65 | 72 | 0 | 17 | 365 | 77 | 75 |
| Binary | 1100110 | 1011100 | 11011010 | 110101 | 111010 | 0 | 1111 | 11110101 | 111111 | 111101 |
Color Harmonies of #665CDA
Complementary color
Monochromatic Colors of #665CDA
Black with #665CDA
Text Example
Text Example
White with #665CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CDA; }
p { color: rgb(102,92,218); }
H1.HeaderClassName
{
color: #665CDA;
}
.AnyTagClassName
{
color: #665CDA;
}
</style>
background-color css
<style>
a { background-color: #665CDA; }
a { background-color: rgb(102,92,218); }
div.DivClassName
{
background-color: #665CDA;
}
.BgClassName
{
background-color: #665CDA;
}
</style>
border-color css
<style>
span { border-color: #665CDA; }
span { border-color: rgb(102,92,218); }
td.TdClassName
{
border-color: #665CDA;
}
.TagClassName
{
border-color: #665CDA;
}
</style>