Shades of Slate Blue #675DBF
Tints of Slate Blue #675DBF
RGB
CMYK
RGB Variations
Color information
#675DBF (or 0x675DBF) is known color: Slate Blue. HEX triplet: 67, 5D and BF. RGB value is (103,93,191). Sum of RGB (Red+Green+Blue) = 103+93+191=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #675DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBF is #98A240. Grayscale: #6A6A6A. Windows color (decimal): -10003009 or 12541287. OLE color: 12541287.
HSL color Cylindrical-coordinate representation of color #675DBF: hue angle of 246.12º 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 #675DBF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 93 | 191 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.25 |
| HSL | 246.12º | 0.43% | 0.56% | - |
| HSV(B) | 246.12º | 0.51% | 0.75% | - |
| XYZ | 18.91 | 14.47 | 51.09 | - |
| YUV | 107.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 191 | 0.46 | 0.51 | 0 | 0.25 | 246.12 | 0.43 | 0.56 |
| Hex | 67 | 5D | BF | 2E | 33 | 0 | 19 | F6 | 2B | 38 |
| Octal | 147 | 135 | 277 | 56 | 63 | 0 | 31 | 366 | 53 | 70 |
| Binary | 1100111 | 1011101 | 10111111 | 101110 | 110011 | 0 | 11001 | 11110110 | 101011 | 111000 |
Color Harmonies of #675DBF
Complementary color
Monochromatic Colors of #675DBF
Black with #675DBF
Text Example
Text Example
White with #675DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DBF; }
p { color: rgb(103,93,191); }
H1.HeaderClassName
{
color: #675DBF;
}
.AnyTagClassName
{
color: #675DBF;
}
</style>
background-color css
<style>
a { background-color: #675DBF; }
a { background-color: rgb(103,93,191); }
div.DivClassName
{
background-color: #675DBF;
}
.BgClassName
{
background-color: #675DBF;
}
</style>
border-color css
<style>
span { border-color: #675DBF; }
span { border-color: rgb(103,93,191); }
td.TdClassName
{
border-color: #675DBF;
}
.TagClassName
{
border-color: #675DBF;
}
</style>