Shades of Slate Blue #656BD3
Tints of Slate Blue #656BD3
RGB
CMYK
RGB Variations
Color information
#656BD3 (or 0x656BD3) is known color: Slate Blue. HEX triplet: 65, 6B and D3. RGB value is (101,107,211). Sum of RGB (Red+Green+Blue) = 101+107+211=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #656BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BD3 is #9A942C. Grayscale: #747474. Windows color (decimal): -10130477 or 13855589. OLE color: 13855589.
HSL color Cylindrical-coordinate representation of color #656BD3: hue angle of 236.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #656BD3 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 107 | 211 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.17 |
| HSL | 236.73º | 0.56% | 0.61% | - |
| HSV(B) | 236.73º | 0.52% | 0.83% | - |
| XYZ | 22.38 | 17.99 | 63.92 | - |
| YUV | 117.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 211 | 0.52 | 0.49 | 0 | 0.17 | 236.73 | 0.56 | 0.61 |
| Hex | 65 | 6B | D3 | 34 | 31 | 0 | 11 | ED | 38 | 3D |
| Octal | 145 | 153 | 323 | 64 | 61 | 0 | 21 | 355 | 70 | 75 |
| Binary | 1100101 | 1101011 | 11010011 | 110100 | 110001 | 0 | 10001 | 11101101 | 111000 | 111101 |
Color Harmonies of #656BD3
Complementary color
Monochromatic Colors of #656BD3
Black with #656BD3
Text Example
Text Example
White with #656BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BD3; }
p { color: rgb(101,107,211); }
H1.HeaderClassName
{
color: #656BD3;
}
.AnyTagClassName
{
color: #656BD3;
}
</style>
background-color css
<style>
a { background-color: #656BD3; }
a { background-color: rgb(101,107,211); }
div.DivClassName
{
background-color: #656BD3;
}
.BgClassName
{
background-color: #656BD3;
}
</style>
border-color css
<style>
span { border-color: #656BD3; }
span { border-color: rgb(101,107,211); }
td.TdClassName
{
border-color: #656BD3;
}
.TagClassName
{
border-color: #656BD3;
}
</style>