Shades of Slate Blue #6674D9
Tints of Slate Blue #6674D9
RGB
CMYK
RGB Variations
Color information
#6674D9 (or 0x6674D9) is known color: Slate Blue. HEX triplet: 66, 74 and D9. RGB value is (102,116,217). Sum of RGB (Red+Green+Blue) = 102+116+217=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #6674D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674D9 is #998B26. Grayscale: #7A7A7A. Windows color (decimal): -10062631 or 14251110. OLE color: 14251110.
HSL color Cylindrical-coordinate representation of color #6674D9: hue angle of 232.7º 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 #6674D9 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 116 | 217 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.15 |
| HSL | 232.7º | 0.6% | 0.63% | - |
| HSV(B) | 232.7º | 0.53% | 0.85% | - |
| XYZ | 24.25 | 20.33 | 68.29 | - |
| YUV | 123.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 217 | 0.53 | 0.47 | 0 | 0.15 | 232.7 | 0.6 | 0.63 |
| Hex | 66 | 74 | D9 | 35 | 2F | 0 | F | E9 | 3C | 3F |
| Octal | 146 | 164 | 331 | 65 | 57 | 0 | 17 | 351 | 74 | 77 |
| Binary | 1100110 | 1110100 | 11011001 | 110101 | 101111 | 0 | 1111 | 11101001 | 111100 | 111111 |
Color Harmonies of #6674D9
Complementary color
Monochromatic Colors of #6674D9
Black with #6674D9
Text Example
Text Example
White with #6674D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6674D9; }
p { color: rgb(102,116,217); }
H1.HeaderClassName
{
color: #6674D9;
}
.AnyTagClassName
{
color: #6674D9;
}
</style>
background-color css
<style>
a { background-color: #6674D9; }
a { background-color: rgb(102,116,217); }
div.DivClassName
{
background-color: #6674D9;
}
.BgClassName
{
background-color: #6674D9;
}
</style>
border-color css
<style>
span { border-color: #6674D9; }
span { border-color: rgb(102,116,217); }
td.TdClassName
{
border-color: #6674D9;
}
.TagClassName
{
border-color: #6674D9;
}
</style>