Shades of Slate Blue #6658DD
Tints of Slate Blue #6658DD
RGB
CMYK
RGB Variations
Color information
#6658DD (or 0x6658DD) is known color: Slate Blue. HEX triplet: 66, 58 and DD. RGB value is (102,88,221). Sum of RGB (Red+Green+Blue) = 102+88+221=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #6658DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658DD is #99A722. Grayscale: #6A6A6A. Windows color (decimal): -10069795 or 14506086. OLE color: 14506086.
HSL color Cylindrical-coordinate representation of color #6658DD: hue angle of 246.32º degrees, saturation: 0.66, 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 #6658DD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 88 | 221 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.13 |
| HSL | 246.32º | 0.66% | 0.61% | - |
| HSV(B) | 246.32º | 0.6% | 0.87% | - |
| XYZ | 22.02 | 15.02 | 70.15 | - |
| YUV | 107.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 221 | 0.54 | 0.60 | 0 | 0.13 | 246.32 | 0.66 | 0.61 |
| Hex | 66 | 58 | DD | 36 | 3C | 0 | D | F6 | 42 | 3D |
| Octal | 146 | 130 | 335 | 66 | 74 | 0 | 15 | 366 | 102 | 75 |
| Binary | 1100110 | 1011000 | 11011101 | 110110 | 111100 | 0 | 1101 | 11110110 | 1000010 | 111101 |
Color Harmonies of #6658DD
Complementary color
Monochromatic Colors of #6658DD
Black with #6658DD
Text Example
Text Example
White with #6658DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6658DD; }
p { color: rgb(102,88,221); }
H1.HeaderClassName
{
color: #6658DD;
}
.AnyTagClassName
{
color: #6658DD;
}
</style>
background-color css
<style>
a { background-color: #6658DD; }
a { background-color: rgb(102,88,221); }
div.DivClassName
{
background-color: #6658DD;
}
.BgClassName
{
background-color: #6658DD;
}
</style>
border-color css
<style>
span { border-color: #6658DD; }
span { border-color: rgb(102,88,221); }
td.TdClassName
{
border-color: #6658DD;
}
.TagClassName
{
border-color: #6658DD;
}
</style>