Shades of Slate Blue #675BCF
Tints of Slate Blue #675BCF
RGB
CMYK
RGB Variations
Color information
#675BCF (or 0x675BCF) is known color: Slate Blue. HEX triplet: 67, 5B and CF. RGB value is (103,91,207). Sum of RGB (Red+Green+Blue) = 103+91+207=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #675BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BCF is #98A430. Grayscale: #6B6B6B. Windows color (decimal): -10003505 or 13589351. OLE color: 13589351.
HSL color Cylindrical-coordinate representation of color #675BCF: hue angle of 246.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675BCF is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 91 | 207 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.19 |
| HSL | 246.21º | 0.55% | 0.58% | - |
| HSV(B) | 246.21º | 0.56% | 0.81% | - |
| XYZ | 20.6 | 14.87 | 60.82 | - |
| YUV | 107.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 207 | 0.50 | 0.56 | 0 | 0.19 | 246.21 | 0.55 | 0.58 |
| Hex | 67 | 5B | CF | 32 | 38 | 0 | 13 | F6 | 37 | 3A |
| Octal | 147 | 133 | 317 | 62 | 70 | 0 | 23 | 366 | 67 | 72 |
| Binary | 1100111 | 1011011 | 11001111 | 110010 | 111000 | 0 | 10011 | 11110110 | 110111 | 111010 |
Color Harmonies of #675BCF
Complementary color
Monochromatic Colors of #675BCF
Black with #675BCF
Text Example
Text Example
White with #675BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BCF; }
p { color: rgb(103,91,207); }
H1.HeaderClassName
{
color: #675BCF;
}
.AnyTagClassName
{
color: #675BCF;
}
</style>
background-color css
<style>
a { background-color: #675BCF; }
a { background-color: rgb(103,91,207); }
div.DivClassName
{
background-color: #675BCF;
}
.BgClassName
{
background-color: #675BCF;
}
</style>
border-color css
<style>
span { border-color: #675BCF; }
span { border-color: rgb(103,91,207); }
td.TdClassName
{
border-color: #675BCF;
}
.TagClassName
{
border-color: #675BCF;
}
</style>