Shades of Slate Blue #676DCE
Tints of Slate Blue #676DCE
RGB
CMYK
RGB Variations
Color information
#676DCE (or 0x676DCE) is known color: Slate Blue. HEX triplet: 67, 6D and CE. RGB value is (103,109,206). Sum of RGB (Red+Green+Blue) = 103+109+206=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #676DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DCE is #989231. Grayscale: #757575. Windows color (decimal): -9998898 or 13528423. OLE color: 13528423.
HSL color Cylindrical-coordinate representation of color #676DCE: hue angle of 236.5º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676DCE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 109 | 206 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.19 |
| HSL | 236.5º | 0.51% | 0.61% | - |
| HSV(B) | 236.5º | 0.5% | 0.81% | - |
| XYZ | 22.2 | 18.28 | 60.75 | - |
| YUV | 118.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 206 | 0.50 | 0.47 | 0 | 0.19 | 236.5 | 0.51 | 0.61 |
| Hex | 67 | 6D | CE | 32 | 2F | 0 | 13 | ED | 33 | 3D |
| Octal | 147 | 155 | 316 | 62 | 57 | 0 | 23 | 355 | 63 | 75 |
| Binary | 1100111 | 1101101 | 11001110 | 110010 | 101111 | 0 | 10011 | 11101101 | 110011 | 111101 |
Color Harmonies of #676DCE
Complementary color
Monochromatic Colors of #676DCE
Black with #676DCE
Text Example
Text Example
White with #676DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DCE; }
p { color: rgb(103,109,206); }
H1.HeaderClassName
{
color: #676DCE;
}
.AnyTagClassName
{
color: #676DCE;
}
</style>
background-color css
<style>
a { background-color: #676DCE; }
a { background-color: rgb(103,109,206); }
div.DivClassName
{
background-color: #676DCE;
}
.BgClassName
{
background-color: #676DCE;
}
</style>
border-color css
<style>
span { border-color: #676DCE; }
span { border-color: rgb(103,109,206); }
td.TdClassName
{
border-color: #676DCE;
}
.TagClassName
{
border-color: #676DCE;
}
</style>