Shades of Slate Blue #676FD3
Tints of Slate Blue #676FD3
RGB
CMYK
RGB Variations
Color information
#676FD3 (or 0x676FD3) is known color: Slate Blue. HEX triplet: 67, 6F and D3. RGB value is (103,111,211). Sum of RGB (Red+Green+Blue) = 103+111+211=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #676FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FD3 is #98902C. Grayscale: #777777. Windows color (decimal): -9998381 or 13856615. OLE color: 13856615.
HSL color Cylindrical-coordinate representation of color #676FD3: hue angle of 235.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #676FD3 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 111 | 211 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.17 |
| HSL | 235.56º | 0.55% | 0.62% | - |
| HSV(B) | 235.56º | 0.51% | 0.83% | - |
| XYZ | 23.04 | 18.96 | 64.07 | - |
| YUV | 120.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 211 | 0.51 | 0.47 | 0 | 0.17 | 235.56 | 0.55 | 0.62 |
| Hex | 67 | 6F | D3 | 33 | 2F | 0 | 11 | EC | 37 | 3E |
| Octal | 147 | 157 | 323 | 63 | 57 | 0 | 21 | 354 | 67 | 76 |
| Binary | 1100111 | 1101111 | 11010011 | 110011 | 101111 | 0 | 10001 | 11101100 | 110111 | 111110 |
Color Harmonies of #676FD3
Complementary color
Monochromatic Colors of #676FD3
Black with #676FD3
Text Example
Text Example
White with #676FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FD3; }
p { color: rgb(103,111,211); }
H1.HeaderClassName
{
color: #676FD3;
}
.AnyTagClassName
{
color: #676FD3;
}
</style>
background-color css
<style>
a { background-color: #676FD3; }
a { background-color: rgb(103,111,211); }
div.DivClassName
{
background-color: #676FD3;
}
.BgClassName
{
background-color: #676FD3;
}
</style>
border-color css
<style>
span { border-color: #676FD3; }
span { border-color: rgb(103,111,211); }
td.TdClassName
{
border-color: #676FD3;
}
.TagClassName
{
border-color: #676FD3;
}
</style>