Shades of Slate Blue #675EC6
Tints of Slate Blue #675EC6
RGB
CMYK
RGB Variations
Color information
#675EC6 (or 0x675EC6) is known color: Slate Blue. HEX triplet: 67, 5E and C6. RGB value is (103,94,198). Sum of RGB (Red+Green+Blue) = 103+94+198=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #675EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EC6 is #98A139. Grayscale: #6C6C6C. Windows color (decimal): -10002746 or 13000295. OLE color: 13000295.
HSL color Cylindrical-coordinate representation of color #675EC6: hue angle of 245.19º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #675EC6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 94 | 198 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.22 |
| HSL | 245.19º | 0.48% | 0.57% | - |
| HSV(B) | 245.19º | 0.53% | 0.78% | - |
| XYZ | 19.79 | 14.97 | 55.27 | - |
| YUV | 108.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 198 | 0.48 | 0.53 | 0 | 0.22 | 245.19 | 0.48 | 0.57 |
| Hex | 67 | 5E | C6 | 30 | 35 | 0 | 16 | F5 | 30 | 39 |
| Octal | 147 | 136 | 306 | 60 | 65 | 0 | 26 | 365 | 60 | 71 |
| Binary | 1100111 | 1011110 | 11000110 | 110000 | 110101 | 0 | 10110 | 11110101 | 110000 | 111001 |
Color Harmonies of #675EC6
Complementary color
Monochromatic Colors of #675EC6
Black with #675EC6
Text Example
Text Example
White with #675EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EC6; }
p { color: rgb(103,94,198); }
H1.HeaderClassName
{
color: #675EC6;
}
.AnyTagClassName
{
color: #675EC6;
}
</style>
background-color css
<style>
a { background-color: #675EC6; }
a { background-color: rgb(103,94,198); }
div.DivClassName
{
background-color: #675EC6;
}
.BgClassName
{
background-color: #675EC6;
}
</style>
border-color css
<style>
span { border-color: #675EC6; }
span { border-color: rgb(103,94,198); }
td.TdClassName
{
border-color: #675EC6;
}
.TagClassName
{
border-color: #675EC6;
}
</style>