Shades of Slate Blue #6670D9
Tints of Slate Blue #6670D9
RGB
CMYK
RGB Variations
Color information
#6670D9 (or 0x6670D9) is known color: Slate Blue. HEX triplet: 66, 70 and D9. RGB value is (102,112,217). Sum of RGB (Red+Green+Blue) = 102+112+217=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #6670D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670D9 is #998F26. Grayscale: #787878. Windows color (decimal): -10063655 or 14250086. OLE color: 14250086.
HSL color Cylindrical-coordinate representation of color #6670D9: hue angle of 234.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6670D9 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 112 | 217 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.15 |
| HSL | 234.78º | 0.6% | 0.63% | - |
| HSV(B) | 234.78º | 0.53% | 0.85% | - |
| XYZ | 23.8 | 19.42 | 68.14 | - |
| YUV | 120.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 217 | 0.53 | 0.48 | 0 | 0.15 | 234.78 | 0.6 | 0.63 |
| Hex | 66 | 70 | D9 | 35 | 30 | 0 | F | EB | 3C | 3F |
| Octal | 146 | 160 | 331 | 65 | 60 | 0 | 17 | 353 | 74 | 77 |
| Binary | 1100110 | 1110000 | 11011001 | 110101 | 110000 | 0 | 1111 | 11101011 | 111100 | 111111 |
Color Harmonies of #6670D9
Complementary color
Monochromatic Colors of #6670D9
Black with #6670D9
Text Example
Text Example
White with #6670D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6670D9; }
p { color: rgb(102,112,217); }
H1.HeaderClassName
{
color: #6670D9;
}
.AnyTagClassName
{
color: #6670D9;
}
</style>
background-color css
<style>
a { background-color: #6670D9; }
a { background-color: rgb(102,112,217); }
div.DivClassName
{
background-color: #6670D9;
}
.BgClassName
{
background-color: #6670D9;
}
</style>
border-color css
<style>
span { border-color: #6670D9; }
span { border-color: rgb(102,112,217); }
td.TdClassName
{
border-color: #6670D9;
}
.TagClassName
{
border-color: #6670D9;
}
</style>