Shades of Slate Blue #676BDC
Tints of Slate Blue #676BDC
RGB
CMYK
RGB Variations
Color information
#676BDC (or 0x676BDC) is known color: Slate Blue. HEX triplet: 67, 6B and DC. RGB value is (103,107,220). Sum of RGB (Red+Green+Blue) = 103+107+220=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #676BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDC is #989423. Grayscale: #767676. Windows color (decimal): -9999396 or 14445415. OLE color: 14445415.
HSL color Cylindrical-coordinate representation of color #676BDC: hue angle of 237.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676BDC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 107 | 220 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.14 |
| HSL | 237.95º | 0.63% | 0.63% | - |
| HSV(B) | 237.95º | 0.53% | 0.86% | - |
| XYZ | 23.77 | 18.57 | 70.04 | - |
| YUV | 118.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 220 | 0.53 | 0.51 | 0 | 0.14 | 237.95 | 0.63 | 0.63 |
| Hex | 67 | 6B | DC | 35 | 33 | 0 | E | EE | 3F | 3F |
| Octal | 147 | 153 | 334 | 65 | 63 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100111 | 1101011 | 11011100 | 110101 | 110011 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #676BDC
Complementary color
Monochromatic Colors of #676BDC
Black with #676BDC
Text Example
Text Example
White with #676BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BDC; }
p { color: rgb(103,107,220); }
H1.HeaderClassName
{
color: #676BDC;
}
.AnyTagClassName
{
color: #676BDC;
}
</style>
background-color css
<style>
a { background-color: #676BDC; }
a { background-color: rgb(103,107,220); }
div.DivClassName
{
background-color: #676BDC;
}
.BgClassName
{
background-color: #676BDC;
}
</style>
border-color css
<style>
span { border-color: #676BDC; }
span { border-color: rgb(103,107,220); }
td.TdClassName
{
border-color: #676BDC;
}
.TagClassName
{
border-color: #676BDC;
}
</style>