Shades of Slate Blue #675EBF
Tints of Slate Blue #675EBF
RGB
CMYK
RGB Variations
Color information
#675EBF (or 0x675EBF) is known color: Slate Blue. HEX triplet: 67, 5E and BF. RGB value is (103,94,191). Sum of RGB (Red+Green+Blue) = 103+94+191=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #675EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EBF is #98A140. Grayscale: #6B6B6B. Windows color (decimal): -10002753 or 12541543. OLE color: 12541543.
HSL color Cylindrical-coordinate representation of color #675EBF: hue angle of 245.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675EBF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 94 | 191 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.25 |
| HSL | 245.57º | 0.43% | 0.56% | - |
| HSV(B) | 245.57º | 0.51% | 0.75% | - |
| XYZ | 19 | 14.65 | 51.12 | - |
| YUV | 107.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 191 | 0.46 | 0.51 | 0 | 0.25 | 245.57 | 0.43 | 0.56 |
| Hex | 67 | 5E | BF | 2E | 33 | 0 | 19 | F6 | 2B | 38 |
| Octal | 147 | 136 | 277 | 56 | 63 | 0 | 31 | 366 | 53 | 70 |
| Binary | 1100111 | 1011110 | 10111111 | 101110 | 110011 | 0 | 11001 | 11110110 | 101011 | 111000 |
Color Harmonies of #675EBF
Complementary color
Monochromatic Colors of #675EBF
Black with #675EBF
Text Example
Text Example
White with #675EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EBF; }
p { color: rgb(103,94,191); }
H1.HeaderClassName
{
color: #675EBF;
}
.AnyTagClassName
{
color: #675EBF;
}
</style>
background-color css
<style>
a { background-color: #675EBF; }
a { background-color: rgb(103,94,191); }
div.DivClassName
{
background-color: #675EBF;
}
.BgClassName
{
background-color: #675EBF;
}
</style>
border-color css
<style>
span { border-color: #675EBF; }
span { border-color: rgb(103,94,191); }
td.TdClassName
{
border-color: #675EBF;
}
.TagClassName
{
border-color: #675EBF;
}
</style>