Shades of Slate Blue #675BBF
Tints of Slate Blue #675BBF
RGB
CMYK
RGB Variations
Color information
#675BBF (or 0x675BBF) is known color: Slate Blue. HEX triplet: 67, 5B and BF. RGB value is (103,91,191). Sum of RGB (Red+Green+Blue) = 103+91+191=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #675BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BBF is #98A440. Grayscale: #696969. Windows color (decimal): -10003521 or 12540775. OLE color: 12540775.
HSL color Cylindrical-coordinate representation of color #675BBF: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675BBF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 91 | 191 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.25 |
| HSL | 247.2º | 0.44% | 0.55% | - |
| HSV(B) | 247.2º | 0.52% | 0.75% | - |
| XYZ | 18.74 | 14.13 | 51.03 | - |
| YUV | 105.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 191 | 0.46 | 0.52 | 0 | 0.25 | 247.2 | 0.44 | 0.55 |
| Hex | 67 | 5B | BF | 2E | 34 | 0 | 19 | F7 | 2C | 37 |
| Octal | 147 | 133 | 277 | 56 | 64 | 0 | 31 | 367 | 54 | 67 |
| Binary | 1100111 | 1011011 | 10111111 | 101110 | 110100 | 0 | 11001 | 11110111 | 101100 | 110111 |
Color Harmonies of #675BBF
Complementary color
Monochromatic Colors of #675BBF
Black with #675BBF
Text Example
Text Example
White with #675BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BBF; }
p { color: rgb(103,91,191); }
H1.HeaderClassName
{
color: #675BBF;
}
.AnyTagClassName
{
color: #675BBF;
}
</style>
background-color css
<style>
a { background-color: #675BBF; }
a { background-color: rgb(103,91,191); }
div.DivClassName
{
background-color: #675BBF;
}
.BgClassName
{
background-color: #675BBF;
}
</style>
border-color css
<style>
span { border-color: #675BBF; }
span { border-color: rgb(103,91,191); }
td.TdClassName
{
border-color: #675BBF;
}
.TagClassName
{
border-color: #675BBF;
}
</style>