Shades of Slate Blue #675BCD
Tints of Slate Blue #675BCD
RGB
CMYK
RGB Variations
Color information
#675BCD (or 0x675BCD) is known color: Slate Blue. HEX triplet: 67, 5B and CD. RGB value is (103,91,205). Sum of RGB (Red+Green+Blue) = 103+91+205=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #675BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BCD is #98A432. Grayscale: #6B6B6B. Windows color (decimal): -10003507 or 13458279. OLE color: 13458279.
HSL color Cylindrical-coordinate representation of color #675BCD: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675BCD is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 91 | 205 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.20 |
| HSL | 246.32º | 0.53% | 0.58% | - |
| HSV(B) | 246.32º | 0.56% | 0.8% | - |
| XYZ | 20.35 | 14.77 | 59.54 | - |
| YUV | 107.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 205 | 0.50 | 0.56 | 0 | 0.20 | 246.32 | 0.53 | 0.58 |
| Hex | 67 | 5B | CD | 32 | 38 | 0 | 14 | F6 | 35 | 3A |
| Octal | 147 | 133 | 315 | 62 | 70 | 0 | 24 | 366 | 65 | 72 |
| Binary | 1100111 | 1011011 | 11001101 | 110010 | 111000 | 0 | 10100 | 11110110 | 110101 | 111010 |
Color Harmonies of #675BCD
Complementary color
Monochromatic Colors of #675BCD
Black with #675BCD
Text Example
Text Example
White with #675BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675BCD; }
p { color: rgb(103,91,205); }
H1.HeaderClassName
{
color: #675BCD;
}
.AnyTagClassName
{
color: #675BCD;
}
</style>
background-color css
<style>
a { background-color: #675BCD; }
a { background-color: rgb(103,91,205); }
div.DivClassName
{
background-color: #675BCD;
}
.BgClassName
{
background-color: #675BCD;
}
</style>
border-color css
<style>
span { border-color: #675BCD; }
span { border-color: rgb(103,91,205); }
td.TdClassName
{
border-color: #675BCD;
}
.TagClassName
{
border-color: #675BCD;
}
</style>