Shades of Slate Blue #676DDA
Tints of Slate Blue #676DDA
RGB
CMYK
RGB Variations
Color information
#676DDA (or 0x676DDA) is known color: Slate Blue. HEX triplet: 67, 6D and DA. RGB value is (103,109,218). Sum of RGB (Red+Green+Blue) = 103+109+218=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #676DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DDA is #989225. Grayscale: #777777. Windows color (decimal): -9998886 or 14314855. OLE color: 14314855.
HSL color Cylindrical-coordinate representation of color #676DDA: hue angle of 236.87º degrees, saturation: 0.61, 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 #676DDA is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 109 | 218 | - |
| CMYK | 0.53 | 0.5 | 0 | 0.15 |
| HSL | 236.87º | 0.61% | 0.63% | - |
| HSV(B) | 236.87º | 0.53% | 0.85% | - |
| XYZ | 23.72 | 18.88 | 68.72 | - |
| YUV | 119.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 218 | 0.53 | 0.5 | 0 | 0.15 | 236.87 | 0.61 | 0.63 |
| Hex | 67 | 6D | DA | 35 | 32 | 0 | F | ED | 3D | 3F |
| Octal | 147 | 155 | 332 | 65 | 62 | 0 | 17 | 355 | 75 | 77 |
| Binary | 1100111 | 1101101 | 11011010 | 110101 | 110010 | 0 | 1111 | 11101101 | 111101 | 111111 |
Color Harmonies of #676DDA
Complementary color
Monochromatic Colors of #676DDA
Black with #676DDA
Text Example
Text Example
White with #676DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DDA; }
p { color: rgb(103,109,218); }
H1.HeaderClassName
{
color: #676DDA;
}
.AnyTagClassName
{
color: #676DDA;
}
</style>
background-color css
<style>
a { background-color: #676DDA; }
a { background-color: rgb(103,109,218); }
div.DivClassName
{
background-color: #676DDA;
}
.BgClassName
{
background-color: #676DDA;
}
</style>
border-color css
<style>
span { border-color: #676DDA; }
span { border-color: rgb(103,109,218); }
td.TdClassName
{
border-color: #676DDA;
}
.TagClassName
{
border-color: #676DDA;
}
</style>