Shades of Slate Blue #676BDA
Tints of Slate Blue #676BDA
RGB
CMYK
RGB Variations
Color information
#676BDA (or 0x676BDA) is known color: Slate Blue. HEX triplet: 67, 6B and DA. RGB value is (103,107,218). Sum of RGB (Red+Green+Blue) = 103+107+218=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #676BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDA is #989425. Grayscale: #767676. Windows color (decimal): -9999398 or 14314343. OLE color: 14314343.
HSL color Cylindrical-coordinate representation of color #676BDA: hue angle of 237.91º 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 #676BDA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 107 | 218 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.15 |
| HSL | 237.91º | 0.61% | 0.63% | - |
| HSV(B) | 237.91º | 0.53% | 0.85% | - |
| XYZ | 23.51 | 18.46 | 68.65 | - |
| YUV | 118.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 218 | 0.53 | 0.51 | 0 | 0.15 | 237.91 | 0.61 | 0.63 |
| Hex | 67 | 6B | DA | 35 | 33 | 0 | F | EE | 3D | 3F |
| Octal | 147 | 153 | 332 | 65 | 63 | 0 | 17 | 356 | 75 | 77 |
| Binary | 1100111 | 1101011 | 11011010 | 110101 | 110011 | 0 | 1111 | 11101110 | 111101 | 111111 |
Color Harmonies of #676BDA
Complementary color
Monochromatic Colors of #676BDA
Black with #676BDA
Text Example
Text Example
White with #676BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BDA; }
p { color: rgb(103,107,218); }
H1.HeaderClassName
{
color: #676BDA;
}
.AnyTagClassName
{
color: #676BDA;
}
</style>
background-color css
<style>
a { background-color: #676BDA; }
a { background-color: rgb(103,107,218); }
div.DivClassName
{
background-color: #676BDA;
}
.BgClassName
{
background-color: #676BDA;
}
</style>
border-color css
<style>
span { border-color: #676BDA; }
span { border-color: rgb(103,107,218); }
td.TdClassName
{
border-color: #676BDA;
}
.TagClassName
{
border-color: #676BDA;
}
</style>