Shades of Slate Blue #655FCF
Tints of Slate Blue #655FCF
RGB
CMYK
RGB Variations
Color information
#655FCF (or 0x655FCF) is known color: Slate Blue. HEX triplet: 65, 5F and CF. RGB value is (101,95,207). Sum of RGB (Red+Green+Blue) = 101+95+207=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #655FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCF is #9AA030. Grayscale: #6D6D6D. Windows color (decimal): -10133553 or 13590373. OLE color: 13590373.
HSL color Cylindrical-coordinate representation of color #655FCF: hue angle of 243.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655FCF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 95 | 207 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.19 |
| HSL | 243.21º | 0.54% | 0.59% | - |
| HSV(B) | 243.21º | 0.54% | 0.81% | - |
| XYZ | 20.72 | 15.46 | 60.92 | - |
| YUV | 109.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 207 | 0.51 | 0.54 | 0 | 0.19 | 243.21 | 0.54 | 0.59 |
| Hex | 65 | 5F | CF | 33 | 36 | 0 | 13 | F3 | 36 | 3B |
| Octal | 145 | 137 | 317 | 63 | 66 | 0 | 23 | 363 | 66 | 73 |
| Binary | 1100101 | 1011111 | 11001111 | 110011 | 110110 | 0 | 10011 | 11110011 | 110110 | 111011 |
Color Harmonies of #655FCF
Complementary color
Monochromatic Colors of #655FCF
Black with #655FCF
Text Example
Text Example
White with #655FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FCF; }
p { color: rgb(101,95,207); }
H1.HeaderClassName
{
color: #655FCF;
}
.AnyTagClassName
{
color: #655FCF;
}
</style>
background-color css
<style>
a { background-color: #655FCF; }
a { background-color: rgb(101,95,207); }
div.DivClassName
{
background-color: #655FCF;
}
.BgClassName
{
background-color: #655FCF;
}
</style>
border-color css
<style>
span { border-color: #655FCF; }
span { border-color: rgb(101,95,207); }
td.TdClassName
{
border-color: #655FCF;
}
.TagClassName
{
border-color: #655FCF;
}
</style>