Shades of Slate Blue #675BE6
Tints of Slate Blue #675BE6
RGB
CMYK
RGB Variations
Color information
#675BE6 (or 0x675BE6) is known color: Slate Blue. HEX triplet: 67, 5B and E6. RGB value is (103,91,230). Sum of RGB (Red+Green+Blue) = 103+91+230=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #675BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675BE6 is #98A419. Grayscale: #6D6D6D. Windows color (decimal): -10003482 or 15096679. OLE color: 15096679.
HSL color Cylindrical-coordinate representation of color #675BE6: hue angle of 245.18º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #675BE6 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 91 | 230 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.10 |
| HSL | 245.18º | 0.74% | 0.63% | - |
| HSV(B) | 245.18º | 0.6% | 0.9% | - |
| XYZ | 23.62 | 16.08 | 76.72 | - |
| YUV | 110.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 230 | 0.55 | 0.60 | 0 | 0.10 | 245.18 | 0.74 | 0.63 |
| Hex | 67 | 5B | E6 | 37 | 3C | 0 | A | F5 | 4A | 3F |
| Octal | 147 | 133 | 346 | 67 | 74 | 0 | 12 | 365 | 112 | 77 |
| Binary | 1100111 | 1011011 | 11100110 | 110111 | 111100 | 0 | 1010 | 11110101 | 1001010 | 111111 |
Color Harmonies of #675BE6
Complementary color
Monochromatic Colors of #675BE6
Black with #675BE6
Text Example
Text Example
White with #675BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BE6; }
p { color: rgb(103,91,230); }
H1.HeaderClassName
{
color: #675BE6;
}
.AnyTagClassName
{
color: #675BE6;
}
</style>
background-color css
<style>
a { background-color: #675BE6; }
a { background-color: rgb(103,91,230); }
div.DivClassName
{
background-color: #675BE6;
}
.BgClassName
{
background-color: #675BE6;
}
</style>
border-color css
<style>
span { border-color: #675BE6; }
span { border-color: rgb(103,91,230); }
td.TdClassName
{
border-color: #675BE6;
}
.TagClassName
{
border-color: #675BE6;
}
</style>