Shades of Medium Slate Blue #676BEA
Tints of Medium Slate Blue #676BEA
RGB
CMYK
RGB Variations
Color information
#676BEA (or 0x676BEA) is known color: Medium Slate Blue. HEX triplet: 67, 6B and EA. RGB value is (103,107,234). Sum of RGB (Red+Green+Blue) = 103+107+234=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #676BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #676BEA is #989415. Grayscale: #777777. Windows color (decimal): -9999382 or 15362919. OLE color: 15362919.
HSL color Cylindrical-coordinate representation of color #676BEA: hue angle of 238.17º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #676BEA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 107 | 234 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.08 |
| HSL | 238.17º | 0.76% | 0.66% | - |
| HSV(B) | 238.17º | 0.56% | 0.92% | - |
| XYZ | 25.7 | 19.34 | 80.22 | - |
| YUV | 120.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 234 | 0.56 | 0.54 | 0 | 0.08 | 238.17 | 0.76 | 0.66 |
| Hex | 67 | 6B | EA | 38 | 36 | 0 | 8 | EE | 4C | 42 |
| Octal | 147 | 153 | 352 | 70 | 66 | 0 | 10 | 356 | 114 | 102 |
| Binary | 1100111 | 1101011 | 11101010 | 111000 | 110110 | 0 | 1000 | 11101110 | 1001100 | 1000010 |
Color Harmonies of #676BEA
Complementary color
Monochromatic Colors of #676BEA
Black with #676BEA
Text Example
Text Example
White with #676BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BEA; }
p { color: rgb(103,107,234); }
H1.HeaderClassName
{
color: #676BEA;
}
.AnyTagClassName
{
color: #676BEA;
}
</style>
background-color css
<style>
a { background-color: #676BEA; }
a { background-color: rgb(103,107,234); }
div.DivClassName
{
background-color: #676BEA;
}
.BgClassName
{
background-color: #676BEA;
}
</style>
border-color css
<style>
span { border-color: #676BEA; }
span { border-color: rgb(103,107,234); }
td.TdClassName
{
border-color: #676BEA;
}
.TagClassName
{
border-color: #676BEA;
}
</style>