Shades of Slate Blue #675FE0
Tints of Slate Blue #675FE0
RGB
CMYK
RGB Variations
Color information
#675FE0 (or 0x675FE0) is known color: Slate Blue. HEX triplet: 67, 5F and E0. RGB value is (103,95,224). Sum of RGB (Red+Green+Blue) = 103+95+224=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #675FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FE0 is #98A01F. Grayscale: #6F6F6F. Windows color (decimal): -10002464 or 14704487. OLE color: 14704487.
HSL color Cylindrical-coordinate representation of color #675FE0: hue angle of 243.72º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #675FE0 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 95 | 224 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.12 |
| HSL | 243.72º | 0.68% | 0.63% | - |
| HSV(B) | 243.72º | 0.58% | 0.88% | - |
| XYZ | 23.14 | 16.45 | 72.48 | - |
| YUV | 112.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 224 | 0.54 | 0.58 | 0 | 0.12 | 243.72 | 0.68 | 0.63 |
| Hex | 67 | 5F | E0 | 36 | 3A | 0 | C | F4 | 44 | 3F |
| Octal | 147 | 137 | 340 | 66 | 72 | 0 | 14 | 364 | 104 | 77 |
| Binary | 1100111 | 1011111 | 11100000 | 110110 | 111010 | 0 | 1100 | 11110100 | 1000100 | 111111 |
Color Harmonies of #675FE0
Complementary color
Monochromatic Colors of #675FE0
Black with #675FE0
Text Example
Text Example
White with #675FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FE0; }
p { color: rgb(103,95,224); }
H1.HeaderClassName
{
color: #675FE0;
}
.AnyTagClassName
{
color: #675FE0;
}
</style>
background-color css
<style>
a { background-color: #675FE0; }
a { background-color: rgb(103,95,224); }
div.DivClassName
{
background-color: #675FE0;
}
.BgClassName
{
background-color: #675FE0;
}
</style>
border-color css
<style>
span { border-color: #675FE0; }
span { border-color: rgb(103,95,224); }
td.TdClassName
{
border-color: #675FE0;
}
.TagClassName
{
border-color: #675FE0;
}
</style>