Shades of Slate Blue #656BCE
Tints of Slate Blue #656BCE
RGB
CMYK
RGB Variations
Color information
#656BCE (or 0x656BCE) is known color: Slate Blue. HEX triplet: 65, 6B and CE. RGB value is (101,107,206). Sum of RGB (Red+Green+Blue) = 101+107+206=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #656BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BCE is #9A9431. Grayscale: #747474. Windows color (decimal): -10130482 or 13527909. OLE color: 13527909.
HSL color Cylindrical-coordinate representation of color #656BCE: hue angle of 236.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656BCE is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 107 | 206 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.19 |
| HSL | 236.57º | 0.52% | 0.6% | - |
| HSV(B) | 236.57º | 0.51% | 0.81% | - |
| XYZ | 21.77 | 17.74 | 60.67 | - |
| YUV | 116.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 206 | 0.51 | 0.48 | 0 | 0.19 | 236.57 | 0.52 | 0.6 |
| Hex | 65 | 6B | CE | 33 | 30 | 0 | 13 | ED | 34 | 3C |
| Octal | 145 | 153 | 316 | 63 | 60 | 0 | 23 | 355 | 64 | 74 |
| Binary | 1100101 | 1101011 | 11001110 | 110011 | 110000 | 0 | 10011 | 11101101 | 110100 | 111100 |
Color Harmonies of #656BCE
Complementary color
Monochromatic Colors of #656BCE
Black with #656BCE
Text Example
Text Example
White with #656BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BCE; }
p { color: rgb(101,107,206); }
H1.HeaderClassName
{
color: #656BCE;
}
.AnyTagClassName
{
color: #656BCE;
}
</style>
background-color css
<style>
a { background-color: #656BCE; }
a { background-color: rgb(101,107,206); }
div.DivClassName
{
background-color: #656BCE;
}
.BgClassName
{
background-color: #656BCE;
}
</style>
border-color css
<style>
span { border-color: #656BCE; }
span { border-color: rgb(101,107,206); }
td.TdClassName
{
border-color: #656BCE;
}
.TagClassName
{
border-color: #656BCE;
}
</style>